- Enclosing class:
- TdApi
Adds a chat to a chat list. A chat
can't be simultaneously in Main
and Archive chat lists, so it is
automatically removed from another
one if needed.
Returns
Ok-
Field Summary
FieldsModifier and TypeFieldDescriptionlongChat identifier.The chat list.static final int -
Constructor Summary
ConstructorsConstructorDescriptionAdds a chat to a chat list.AddChatToList(long chatId, TdApi.ChatList chatList) Adds a chat to a chat list.AddChatToList(DataInput input) Adds a chat to a chat list. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Function
toStringMethods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
chatId
public long chatIdChat identifier. -
chatList
The chat list. Use getChatListsToAddChat to get suitable chat lists. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
AddChatToList
public AddChatToList()Adds a chat to a chat list. A chat can't be simultaneously in Main and Archive chat lists, so it is automatically removed from another one if needed. ReturnsOk -
AddChatToList
Adds a chat to a chat list. A chat can't be simultaneously in Main and Archive chat lists, so it is automatically removed from another one if needed. ReturnsOk- Parameters:
chatId- long Chat identifier.chatList- ChatList The chat list. Use getChatListsToAddChat to get suitable chat lists.
-
AddChatToList
Adds a chat to a chat list. A chat can't be simultaneously in Main and Archive chat lists, so it is automatically removed from another one if needed. ReturnsOk- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructorin classTdApi.Object
-
serialize
- Specified by:
serializein classTdApi.Object- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-