public static class TdApi.UpdateChatActionBar extends TdApi.Update
| Modifier and Type | Field and Description |
|---|---|
TdApi.ChatActionBar |
actionBar
The new value of the action bar; may be null.
|
long |
chatId
Chat identifier.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
| Constructor and Description |
|---|
UpdateChatActionBar()
The chat action bar was changed.
|
UpdateChatActionBar(long chatId,
TdApi.ChatActionBar actionBar)
The chat action bar was changed.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long chatId
public TdApi.ChatActionBar actionBar
public static final int CONSTRUCTOR
public UpdateChatActionBar()
public UpdateChatActionBar(long chatId,
TdApi.ChatActionBar actionBar)
chatId - Chat identifier.actionBar - The new value of the action bar; may be null.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object