Package org.drinkless.tdlib
Class TdApi.SetChatClientData
- Enclosing class:
- TdApi
Changes application-specific data associated with a chat.
Returns Ok
-
Field Summary
FieldsModifier and TypeFieldDescriptionlongChat identifier.New value of clientData.static final intIdentifier uniquely determining type of the object. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which changes application-specific data associated with a chat.SetChatClientData(long chatId, String clientData) Creates a function, which changes application-specific data associated with a chat. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
Field Details
-
chatId
public long chatIdChat identifier. -
clientData
New value of clientData. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
SetChatClientData
public SetChatClientData()Default constructor for a function, which changes application-specific data associated with a chat.Returns
Ok -
SetChatClientData
Creates a function, which changes application-specific data associated with a chat.Returns
Ok- Parameters:
chatId- Chat identifier.clientData- New value of clientData.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-