public static class TdApi.StoryOriginPublicStory extends TdApi.StoryOrigin
| Modifier and Type | Field and Description |
|---|---|
long |
chatId
Identifier of the chat that posted original story.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
storyId
Story identifier of the original story.
|
| Constructor and Description |
|---|
StoryOriginPublicStory()
The original story was a public story with known sender.
|
StoryOriginPublicStory(long chatId,
int storyId)
The original story was a public story with known sender.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long chatId
public int storyId
public static final int CONSTRUCTOR
public StoryOriginPublicStory()
public StoryOriginPublicStory(long chatId,
int storyId)
chatId - Identifier of the chat that posted original story.storyId - Story identifier of the original story.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object