public static class TdApi.SetChatClientData extends TdApi.Function<TdApi.Ok>
Returns Ok
| Modifier and Type | Field and Description |
|---|---|
long |
chatId
Chat identifier.
|
java.lang.String |
clientData
New value of clientData.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
| Constructor and Description |
|---|
SetChatClientData()
Default constructor for a function, which changes application-specific data associated with a chat.
|
SetChatClientData(long chatId,
java.lang.String clientData)
Creates a function, which changes application-specific data associated with a chat.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long chatId
public java.lang.String clientData
public static final int CONSTRUCTOR
public SetChatClientData()
Returns Ok
public SetChatClientData(long chatId,
java.lang.String clientData)
Returns Ok
chatId - Chat identifier.clientData - New value of clientData.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object