public static class TdApi.InputMessageReplyToStory extends TdApi.InputMessageReplyTo
| 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 |
|---|
InputMessageReplyToStory()
Describes a story to be replied.
|
InputMessageReplyToStory(long storySenderChatId,
int storyId)
Describes a story to be replied.
|
| 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 InputMessageReplyToStory()
public InputMessageReplyToStory(long storySenderChatId,
int storyId)
storySenderChatId - The identifier of the sender of the story. Currently, stories can be replied only in the sender's chat and channel stories can't be replied.storyId - The identifier of the story.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object