public static class TdApi.InputStoryAreaTypeMessage extends TdApi.InputStoryAreaType
| Modifier and Type | Field and Description |
|---|---|
long |
chatId
Identifier of the chat with the message.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long |
messageId
Identifier of the message.
|
| Constructor and Description |
|---|
InputStoryAreaTypeMessage()
An area pointing to a message.
|
InputStoryAreaTypeMessage(long chatId,
long messageId)
An area pointing to a message.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long chatId
public long messageId
public static final int CONSTRUCTOR
public InputStoryAreaTypeMessage()
public InputStoryAreaTypeMessage(long chatId,
long messageId)
chatId - Identifier of the chat with the message. Currently, the chat must be a supergroup or a channel chat.messageId - Identifier of the message. Use messageProperties.canBeSharedInStory to check whether the message is suitable.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object