Package it.tdlight.jni
Class TdApi.GetChatListsToAddChat
- Enclosing class:
- TdApi
Returns chat lists to which the chat
can be added. This is an offline request.
Returns ChatLists
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionReturns chat lists to which the chat can be added.GetChatListsToAddChat
(long chatId) Returns chat lists to which the chat can be added.GetChatListsToAddChat
(DataInput input) -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
chatId
public long chatIdChat 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
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-