Package org.drinkless.tdlib
Class TdApi.InternalLinkType
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.InternalLinkType
- Direct Known Subclasses:
TdApi.InternalLinkTypeAttachmentMenuBot,TdApi.InternalLinkTypeAuthenticationCode,TdApi.InternalLinkTypeBackground,TdApi.InternalLinkTypeBotAddToChannel,TdApi.InternalLinkTypeBotStart,TdApi.InternalLinkTypeBotStartInGroup,TdApi.InternalLinkTypeBusinessChat,TdApi.InternalLinkTypeCallsPage,TdApi.InternalLinkTypeChatAffiliateProgram,TdApi.InternalLinkTypeChatBoost,TdApi.InternalLinkTypeChatFolderInvite,TdApi.InternalLinkTypeChatInvite,TdApi.InternalLinkTypeChatSelection,TdApi.InternalLinkTypeContactsPage,TdApi.InternalLinkTypeDirectMessagesChat,TdApi.InternalLinkTypeGame,TdApi.InternalLinkTypeGiftAuction,TdApi.InternalLinkTypeGiftCollection,TdApi.InternalLinkTypeGroupCall,TdApi.InternalLinkTypeInstantView,TdApi.InternalLinkTypeInvoice,TdApi.InternalLinkTypeLanguagePack,TdApi.InternalLinkTypeLiveStory,TdApi.InternalLinkTypeMainWebApp,TdApi.InternalLinkTypeMessage,TdApi.InternalLinkTypeMessageDraft,TdApi.InternalLinkTypeMyProfilePage,TdApi.InternalLinkTypeNewChannelChat,TdApi.InternalLinkTypeNewGroupChat,TdApi.InternalLinkTypeNewPrivateChat,TdApi.InternalLinkTypeNewStory,TdApi.InternalLinkTypeOauth,TdApi.InternalLinkTypePassportDataRequest,TdApi.InternalLinkTypePhoneNumberConfirmation,TdApi.InternalLinkTypePremiumFeaturesPage,TdApi.InternalLinkTypePremiumGiftCode,TdApi.InternalLinkTypePremiumGiftPurchase,TdApi.InternalLinkTypeProxy,TdApi.InternalLinkTypePublicChat,TdApi.InternalLinkTypeQrCodeAuthentication,TdApi.InternalLinkTypeRequestManagedBot,TdApi.InternalLinkTypeRestorePurchases,TdApi.InternalLinkTypeSavedMessages,TdApi.InternalLinkTypeSearch,TdApi.InternalLinkTypeSettings,TdApi.InternalLinkTypeStarPurchase,TdApi.InternalLinkTypeStickerSet,TdApi.InternalLinkTypeStory,TdApi.InternalLinkTypeStoryAlbum,TdApi.InternalLinkTypeTextCompositionStyle,TdApi.InternalLinkTypeTheme,TdApi.InternalLinkTypeUnknownDeepLink,TdApi.InternalLinkTypeUpgradedGift,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.
-