public static class TdApi.InternalLinkTypeStory extends TdApi.InternalLinkType
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
storyId
Story identifier.
|
java.lang.String |
storySenderUsername
Username of the sender of the story.
|
| Constructor and Description |
|---|
InternalLinkTypeStory()
The link is a link to a story.
|
InternalLinkTypeStory(java.lang.String storySenderUsername,
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 java.lang.String storySenderUsername
public int storyId
public static final int CONSTRUCTOR
public InternalLinkTypeStory()
public InternalLinkTypeStory(java.lang.String storySenderUsername,
int storyId)
storySenderUsername - Username of the sender of the story.storyId - Story identifier.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object