Package org.drinkless.tdlib
Class TdApi.LinkPreviewTypeStoryAlbum
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.LinkPreviewType
org.drinkless.tdlib.TdApi.LinkPreviewTypeStoryAlbum
- Enclosing class:
- TdApi
The link is a link to an album of stories.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.Icon of the album; may be null if none.Video icon of the album; may be null if none. -
Constructor Summary
ConstructorsConstructorDescriptionThe link is a link to an album of stories.LinkPreviewTypeStoryAlbum(TdApi.Photo photoIcon, TdApi.Video videoIcon) 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
-
photoIcon
Icon of the album; may be null if none. -
videoIcon
Video icon of the album; may be null if none. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
LinkPreviewTypeStoryAlbum
public LinkPreviewTypeStoryAlbum()The link is a link to an album of stories. -
LinkPreviewTypeStoryAlbum
The link is a link to an album of stories.- Parameters:
photoIcon- Icon of the album; may be null if none.videoIcon- Video icon of the album; may be null if none.
-
-
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
-