Package org.drinkless.tdlib
Class TdApi.InternalLinkType
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.InternalLinkType
- Direct Known Subclasses:
TdApi.InternalLinkTypeActiveSessions,TdApi.InternalLinkTypeAttachmentMenuBot,TdApi.InternalLinkTypeAuthenticationCode,TdApi.InternalLinkTypeBackground,TdApi.InternalLinkTypeBotAddToChannel,TdApi.InternalLinkTypeBotStart,TdApi.InternalLinkTypeBotStartInGroup,TdApi.InternalLinkTypeBusinessChat,TdApi.InternalLinkTypeChangePhoneNumber,TdApi.InternalLinkTypeChatBoost,TdApi.InternalLinkTypeChatFolderInvite,TdApi.InternalLinkTypeChatFolderSettings,TdApi.InternalLinkTypeChatInvite,TdApi.InternalLinkTypeDefaultMessageAutoDeleteTimerSettings,TdApi.InternalLinkTypeEditProfileSettings,TdApi.InternalLinkTypeGame,TdApi.InternalLinkTypeInstantView,TdApi.InternalLinkTypeInvoice,TdApi.InternalLinkTypeLanguagePack,TdApi.InternalLinkTypeLanguageSettings,TdApi.InternalLinkTypeMessage,TdApi.InternalLinkTypeMessageDraft,TdApi.InternalLinkTypePassportDataRequest,TdApi.InternalLinkTypePhoneNumberConfirmation,TdApi.InternalLinkTypePremiumFeatures,TdApi.InternalLinkTypePremiumGift,TdApi.InternalLinkTypePremiumGiftCode,TdApi.InternalLinkTypePrivacyAndSecuritySettings,TdApi.InternalLinkTypeProxy,TdApi.InternalLinkTypePublicChat,TdApi.InternalLinkTypeQrCodeAuthentication,TdApi.InternalLinkTypeRestorePurchases,TdApi.InternalLinkTypeSettings,TdApi.InternalLinkTypeSideMenuBot,TdApi.InternalLinkTypeStickerSet,TdApi.InternalLinkTypeStory,TdApi.InternalLinkTypeTheme,TdApi.InternalLinkTypeThemeSettings,TdApi.InternalLinkTypeUnknownDeepLink,TdApi.InternalLinkTypeUnsupportedProxy,TdApi.InternalLinkTypeUserPhoneNumber,TdApi.InternalLinkTypeUserToken,TdApi.InternalLinkTypeVideoChat,TdApi.InternalLinkTypeWebApp
- Enclosing class:
- TdApi
This class is an abstract base class.
Describes an internal https://t.me or tg: link, which must be processed by the application in a special way.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic @interfaceDescribes possible values returned by getConstructor(). -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract intReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Constructor Details
-
InternalLinkType
public InternalLinkType()Default class constructor.
-
-
Method Details
-
getConstructor
public abstract int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- identifier uniquely determining type of the object.
-