Module tdlight.api

Class TdApi.GetChatListsToAddChat

Enclosing class:
TdApi

public static final class TdApi.GetChatListsToAddChat extends TdApi.Function<TdApi.ChatLists>
Returns chat lists to which the chat can be added. This is an offline request.

Returns ChatLists

  • Field Details

    • chatId

      public long chatId
      Chat identifier.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • GetChatListsToAddChat

      public GetChatListsToAddChat()
      Returns chat lists to which the chat can be added. This is an offline request.

      Returns ChatLists

    • GetChatListsToAddChat

      public GetChatListsToAddChat(long chatId)
      Returns chat lists to which the chat can be added. This is an offline request.

      Returns ChatLists

      Parameters:
      chatId - long Chat identifier.
    • GetChatListsToAddChat

      public GetChatListsToAddChat(DataInput input) throws IOException
      Returns chat lists to which the chat can be added. This is an offline request.

      Returns ChatLists

      Throws:
      IOException
  • Method Details