public static class TdApi.DeleteChatReplyMarkup 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.
|
long |
messageId
The message identifier of the used keyboard.
|
Constructor and Description |
---|
DeleteChatReplyMarkup()
Default constructor for a function, which deletes the default reply markup from a chat.
|
DeleteChatReplyMarkup(long chatId,
long messageId)
Creates a function, which deletes the default reply markup from a chat.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public long chatId
public long messageId
public static final int CONSTRUCTOR
public DeleteChatReplyMarkup()
Returns Ok
public DeleteChatReplyMarkup(long chatId, long messageId)
Returns Ok
chatId
- Chat identifier.messageId
- The message identifier of the used keyboard.public int getConstructor()
getConstructor
in class TdApi.Function