Package org.drinkless.tdlib
Class TdApi.LinkPreviewTypeStory
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.LinkPreviewType
org.drinkless.tdlib.TdApi.LinkPreviewTypeStory
- Enclosing class:
- TdApi
The link is a link to a story. Link preview description is unavailable.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Identifier uniquely determining type of the object.int
Story identifier.long
The identifier of the chat that posted the story. -
Constructor Summary
ConstructorsConstructorDescriptionThe link is a link to a story.LinkPreviewTypeStory
(long storyPosterChatId, int storyId) The link is a link to a story. -
Method Summary
Modifier and TypeMethodDescriptionint
Returns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
storyPosterChatId
public long storyPosterChatIdThe identifier of the chat that posted the story. -
storyId
public int storyIdStory identifier. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
LinkPreviewTypeStory
public LinkPreviewTypeStory()The link is a link to a story. Link preview description is unavailable. -
LinkPreviewTypeStory
public LinkPreviewTypeStory(long storyPosterChatId, int storyId) The link is a link to a story. Link preview description is unavailable.- Parameters:
storyPosterChatId
- The identifier of the chat that posted the story.storyId
- Story identifier.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.Object
Returns an identifier uniquely determining type of the object.- Specified by:
getConstructor
in classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-