public static class TdApi.StoryFullId extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long |
senderChatId
Identifier of the chat that posted the story.
|
int |
storyId
Unique story identifier among stories of the given sender.
|
| Constructor and Description |
|---|
StoryFullId()
Contains identifier of a story along with identifier of its sender.
|
StoryFullId(long senderChatId,
int storyId)
Contains identifier of a story along with identifier of its sender.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long senderChatId
public int storyId
public static final int CONSTRUCTOR
public StoryFullId()
public StoryFullId(long senderChatId,
int storyId)
senderChatId - Identifier of the chat that posted the story.storyId - Unique story identifier among stories of the given sender.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object