public static class TdApi.InputMessageStory extends TdApi.InputMessageContent
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
storyId
Story identifier.
|
long |
storySenderChatId
Identifier of the chat that posted the story.
|
| Constructor and Description |
|---|
InputMessageStory()
A message with a forwarded story.
|
InputMessageStory(long storySenderChatId,
int storyId)
A message with a forwarded story.
|
| 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 InputMessageStory()
public InputMessageStory(long storySenderChatId,
int storyId)
storySenderChatId - Identifier of the chat that posted the story.storyId - Story identifier.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object