public static class TdApi.UpdateChatActionBar extends TdApi.Update
TdApi.Update.Constructors
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() |
toString
public long chatId
@Nullable 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()
getConstructor
in class TdApi.Update