public static class TdApi.SetChatClientData extends TdApi.Function
Returns Ok
TdApi.Function.Constructors
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() |
toString
public 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()
getConstructor
in class TdApi.Function