Class TdApi.GetCreatedPublicChats

Enclosing class:
TdApi

public static class TdApi.GetCreatedPublicChats extends TdApi.Function<TdApi.Chats>
Returns a list of public chats of the specified type, owned by the user.

Returns Chats

  • Field Details

    • type

      public TdApi.PublicChatType type
      Type of the public chats to return.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • GetCreatedPublicChats

      public GetCreatedPublicChats()
      Default constructor for a function, which returns a list of public chats of the specified type, owned by the user.

      Returns Chats

    • GetCreatedPublicChats

      public GetCreatedPublicChats(TdApi.PublicChatType type)
      Creates a function, which returns a list of public chats of the specified type, owned by the user.

      Returns Chats

      Parameters:
      type - Type of the public chats to return.
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR