Package org.drinkless.tdlib
Class TdApi.LinkPreviewTypeAlbum
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.LinkPreviewType
org.drinkless.tdlib.TdApi.LinkPreviewTypeAlbum
- Enclosing class:
- TdApi
The link is a link to a media album consisting of photos and videos.
-
Field Summary
FieldsModifier and TypeFieldDescriptionAlbum caption.static final intIdentifier uniquely determining type of the object.The list of album media. -
Constructor Summary
ConstructorsConstructorDescriptionThe link is a link to a media album consisting of photos and videos.LinkPreviewTypeAlbum(TdApi.LinkPreviewAlbumMedia[] media, String caption) The link is a link to a media album consisting of photos and videos. -
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
-
media
The list of album media. -
caption
Album caption. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
LinkPreviewTypeAlbum
public LinkPreviewTypeAlbum()The link is a link to a media album consisting of photos and videos. -
LinkPreviewTypeAlbum
The link is a link to a media album consisting of photos and videos.- Parameters:
media- The list of album media.caption- Album caption.
-
-
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
-