public static class TdApi.MessageReplyToStory extends TdApi.MessageReplyTo
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
storyId
The identifier of the story.
|
long |
storySenderChatId
The identifier of the sender of the story.
|
| Constructor and Description |
|---|
MessageReplyToStory()
Describes a story replied by a given message.
|
MessageReplyToStory(long storySenderChatId,
int storyId)
Describes a story replied by a given message.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long storySenderChatId
public int storyId
public static final int CONSTRUCTOR
public MessageReplyToStory()
public MessageReplyToStory(long storySenderChatId,
int storyId)
storySenderChatId - The identifier of the sender of the story.storyId - The identifier of the story.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object