Package org.drinkless.tdlib
Class TdApi.PaidMediaVideo
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.PaidMedia
org.drinkless.tdlib.TdApi.PaidMediaVideo
- Enclosing class:
- TdApi
The media is a video.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.drinkless.tdlib.TdApi.PaidMedia
TdApi.PaidMedia.Constructors -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.The video. -
Constructor Summary
ConstructorsConstructorDescriptionThe media is a video.PaidMediaVideo(TdApi.Video video) The media is a video. -
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
-
video
The video. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
PaidMediaVideo
public PaidMediaVideo()The media is a video. -
PaidMediaVideo
The media is a video.- Parameters:
video- The video.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.PaidMedia- Returns:
- this.CONSTRUCTOR
-