public static class TdApi.RemoveChatActionBar extends TdApi.Function
Returns Ok
TdApi.Function.Constructors
Modifier and Type | Field and Description |
---|---|
long |
chatId
Chat identifier.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
Constructor and Description |
---|
RemoveChatActionBar()
Default constructor for a function, which removes a chat action bar without any other action.
|
RemoveChatActionBar(long chatId)
Creates a function, which removes a chat action bar without any other action.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public long chatId
public static final int CONSTRUCTOR
public RemoveChatActionBar()
Returns Ok
public RemoveChatActionBar(long chatId)
Returns Ok
chatId
- Chat identifier.public int getConstructor()
getConstructor
in class TdApi.Function