Package org.drinkless.tdlib
Class TdApi.AdvertisementSponsor
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.AdvertisementSponsor
- Enclosing class:
- TdApi
Information about the sponsor of an advertisement.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Identifier uniquely determining type of the object.Additional optional information about the sponsor to be shown along with the advertisement.Photo of the sponsor; may be null if must not be shown.URL of the sponsor to be opened when the advertisement is clicked. -
Constructor Summary
ConstructorsConstructorDescriptionInformation about the sponsor of an advertisement.AdvertisementSponsor
(String url, TdApi.Photo photo, String info) Information about the sponsor of an advertisement. -
Method Summary
Modifier and TypeMethodDescriptionint
Returns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
url
URL of the sponsor to be opened when the advertisement is clicked. -
photo
Photo of the sponsor; may be null if must not be shown. -
info
Additional optional information about the sponsor to be shown along with the advertisement. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
AdvertisementSponsor
public AdvertisementSponsor()Information about the sponsor of an advertisement. -
AdvertisementSponsor
Information about the sponsor of an advertisement.- Parameters:
url
- URL of the sponsor to be opened when the advertisement is clicked.photo
- Photo of the sponsor; may be null if must not be shown.info
- Additional optional information about the sponsor to be shown along with 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
-