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