Uses of Class
org.drinkless.tdlib.TdApi.ChatInviteLinkSubscriptionInfo
Packages that use TdApi.ChatInviteLinkSubscriptionInfo
-
Uses of TdApi.ChatInviteLinkSubscriptionInfo in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.ChatInviteLinkSubscriptionInfoModifier and TypeFieldDescriptionTdApi.ChatInviteLinkInfo.subscriptionInfo
Information about subscription plan that must be paid by the user to use the link; may be null if the link doesn't require subscription.Constructors in org.drinkless.tdlib with parameters of type TdApi.ChatInviteLinkSubscriptionInfoModifierConstructorDescriptionChatInviteLinkInfo
(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.