Module tdlight.api

Class TdApi.GetCreatedPublicChats

Enclosing class:
TdApi

public static final 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

  • Constructor Details

    • GetCreatedPublicChats

      public GetCreatedPublicChats()
      Returns a list of public chats of the specified type, owned by the user. Returns Chats
    • GetCreatedPublicChats

      public GetCreatedPublicChats(TdApi.PublicChatType type)
      Returns a list of public chats of the specified type, owned by the user. Returns Chats
      Parameters:
      type - PublicChatType Type of the public chats to return.
    • GetCreatedPublicChats

      public GetCreatedPublicChats(DataInput input) throws IOException
      Returns a list of public chats of the specified type, owned by the user. Returns Chats
      Throws:
      IOException
  • Method Details