Package org.drinkless.tdlib
Class TdApi.PremiumSourceLink
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.PremiumSource
org.drinkless.tdlib.TdApi.PremiumSourceLink
- Enclosing class:
TdApi
A user opened an internal link of the type internalLinkTypePremiumFeaturesPage.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.drinkless.tdlib.TdApi.PremiumSource
TdApi.PremiumSource.Constructors -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.The referrer from the link. -
Constructor Summary
ConstructorsConstructorDescriptionA user opened an internal link of the type internalLinkTypePremiumFeaturesPage.PremiumSourceLink(String referrer) A user opened an internal link of the type internalLinkTypePremiumFeaturesPage. -
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
-
referrer
The referrer from the link. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
PremiumSourceLink
public PremiumSourceLink()A user opened an internal link of the type internalLinkTypePremiumFeaturesPage. -
PremiumSourceLink
A user opened an internal link of the type internalLinkTypePremiumFeaturesPage.- Parameters:
referrer- The referrer from the link.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.PremiumSource- Returns:
- this.CONSTRUCTOR
-