- Enclosing class:
- TdApi
Changes application-specific data
associated with a chat.
Returns Ok
-
Field Summary
Modifier and TypeFieldDescriptionlong
Chat identifier.New value of clientData.static final int
-
Constructor Summary
ConstructorDescriptionChanges application-specific data associated with a chat.SetChatClientData
(long chatId, String clientData) Changes application-specific data associated with a chat.SetChatClientData
(DataInput input) Changes application-specific data associated with a chat. -
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. -
clientData
New value of clientData. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
SetChatClientData
public SetChatClientData()Changes application-specific data associated with a chat.Returns
Ok
-
SetChatClientData
Changes application-specific data associated with a chat.Returns
Ok
- Parameters:
chatId
- long Chat identifier.clientData
- String New value of clientData.
-
SetChatClientData
Changes application-specific data associated with a chat.Returns
Ok
- 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()
-