Uses of Class
org.drinkless.tdlib.TdApi.InviteLinkChatType
Packages that use TdApi.InviteLinkChatType
-
Uses of TdApi.InviteLinkChatType in org.drinkless.tdlib
Subclasses of TdApi.InviteLinkChatType in org.drinkless.tdlibModifier and TypeClassDescriptionstatic classThe link is an invite link for a basic group.static classThe link is an invite link for a channel.static classThe link is an invite link for a supergroup.Fields in org.drinkless.tdlib declared as TdApi.InviteLinkChatTypeModifier and TypeFieldDescriptionTdApi.ChatInviteLinkInfo.typeType of the chat.TdApi.LinkPreviewTypeChat.typeType of the chat.Constructors in org.drinkless.tdlib with parameters of type TdApi.InviteLinkChatTypeModifierConstructorDescriptionChatInviteLinkInfo(long chatId, int accessibleFor, TdApi.InviteLinkChatType type, String title, TdApi.ChatPhotoInfo photo, int accentColorId, String description, int memberCount, long[] memberUserIds, TdApi.ChatInviteLinkSubscriptionInfo subscriptionInfo, boolean createsJoinRequest, boolean isPublic, TdApi.VerificationStatus verificationStatus) Contains information about a chat invite link.LinkPreviewTypeChat(TdApi.InviteLinkChatType type, TdApi.ChatPhoto photo, boolean createsJoinRequest) The link is a link to a chat.