Package org.drinkless.tdlib
Class TdApi.InternalLinkTypeStoryAlbum
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.InternalLinkType
org.drinkless.tdlib.TdApi.InternalLinkTypeStoryAlbum
- Enclosing class:
- TdApi
The link is a link to an album of stories. Call searchPublicChat with the given username, then call getStoryAlbumStories with the received chat identifier and the given story album identifier, then show the story album if received.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.intStory album identifier.Username of the owner of the story album. -
Constructor Summary
ConstructorsConstructorDescriptionThe link is a link to an album of stories.InternalLinkTypeStoryAlbum(String storyAlbumOwnerUsername, int storyAlbumId) The link is a link to an album of stories. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
storyAlbumOwnerUsername
Username of the owner of the story album. -
storyAlbumId
public int storyAlbumIdStory album identifier. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
InternalLinkTypeStoryAlbum
public InternalLinkTypeStoryAlbum()The link is a link to an album of stories. Call searchPublicChat with the given username, then call getStoryAlbumStories with the received chat identifier and the given story album identifier, then show the story album if received. -
InternalLinkTypeStoryAlbum
The link is a link to an album of stories. Call searchPublicChat with the given username, then call getStoryAlbumStories with the received chat identifier and the given story album identifier, then show the story album if received.- Parameters:
storyAlbumOwnerUsername- Username of the owner of the story album.storyAlbumId- Story album identifier.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-