Class TdApi.GetChatListsToAddChat

Enclosing class:
TdApi

public static class TdApi.GetChatListsToAddChat
extends TdApi.Function
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:
      Constant Field Values
  • 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
      Throws:
      IOException
  • Method Details