Class TdApi.GetChatReportSpamState

  • Enclosing class:
    TdApi

    public static class TdApi.GetChatReportSpamState
    extends TdApi.Function
    Returns information on whether the current chat can be reported as spam.

    Returns ChatReportSpamState

    • Field Summary

      Fields 
      Modifier and Type Field Description
      long chatId
      Chat identifier.
      static int CONSTRUCTOR
      Identifier uniquely determining type of the object.
    • Field Detail

      • chatId

        public long chatId
        Chat identifier.
      • CONSTRUCTOR

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • GetChatReportSpamState

        public GetChatReportSpamState()
        Default constructor.
      • GetChatReportSpamState

        public GetChatReportSpamState​(long chatId)
        Constructor for initialization of all fields.
        Parameters:
        chatId - Chat identifier.