public static class TdApi.LinkPreviewTypeStory extends TdApi.LinkPreviewType
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
storyId
Story identifier.
|
long |
storySenderChatId
The identifier of the chat that posted the story.
|
| Constructor and Description |
|---|
LinkPreviewTypeStory()
The link is a link to a story.
|
LinkPreviewTypeStory(long storySenderChatId,
int storyId)
The link is a link to a 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 LinkPreviewTypeStory()
public LinkPreviewTypeStory(long storySenderChatId,
int storyId)
storySenderChatId - The identifier of the chat that posted the story.storyId - Story identifier.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object