public static class TdApi.SetChatDescription extends TdApi.Function<TdApi.Ok>
Returns Ok
| Modifier and Type | Field and Description |
|---|---|
long |
chatId
Identifier of the chat.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
description
New chat description; 0-255 characters.
|
| Constructor and Description |
|---|
SetChatDescription()
Default constructor for a function, which changes information about a chat.
|
SetChatDescription(long chatId,
java.lang.String description)
Creates a function, which changes information about 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 description
public static final int CONSTRUCTOR
public SetChatDescription()
Returns Ok
public SetChatDescription(long chatId,
java.lang.String description)
Returns Ok
chatId - Identifier of the chat.description - New chat description; 0-255 characters.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object