Package org.drinkless.tdlib
Class TdApi.ClickVideoMessageAdvertisement
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Function<TdApi.Ok>
org.drinkless.tdlib.TdApi.ClickVideoMessageAdvertisement
- Enclosing class:
- TdApi
Informs TDLib that the user clicked a video message advertisement.
Returns Ok
-
Field Summary
FieldsModifier and TypeFieldDescriptionlong
Unique identifier of the advertisement.static final int
Identifier uniquely determining type of the object. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which informs TDLib that the user clicked a video message advertisement.ClickVideoMessageAdvertisement
(long advertisementUniqueId) Creates a function, which informs TDLib that the user clicked a video message advertisement. -
Method Summary
Modifier and TypeMethodDescriptionint
Returns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
Field Details
-
advertisementUniqueId
public long advertisementUniqueIdUnique identifier of the advertisement. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
ClickVideoMessageAdvertisement
public ClickVideoMessageAdvertisement()Default constructor for a function, which informs TDLib that the user clicked a video message advertisement.Returns
Ok
-
ClickVideoMessageAdvertisement
public ClickVideoMessageAdvertisement(long advertisementUniqueId) Creates a function, which informs TDLib that the user clicked a video message advertisement.Returns
Ok
- Parameters:
advertisementUniqueId
- Unique identifier of the advertisement.
-
-
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
-