Uses of Class
org.drinkless.tdlib.TdApi.StarSubscriptionPricing
Packages that use TdApi.StarSubscriptionPricing
-
Uses of TdApi.StarSubscriptionPricing in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.StarSubscriptionPricingModifier and TypeFieldDescriptionTdApi.ChatInviteLinkSubscriptionInfo.pricing
Information about subscription plan that must be paid by the user to use the link.TdApi.PaymentFormTypeStarSubscription.pricing
Information about subscription plan.TdApi.StarSubscription.pricing
The subscription plan.TdApi.ChatInviteLink.subscriptionPricing
Information about subscription plan that is applied to the users joining the chat by the link; may be null if the link doesn't require subscription.TdApi.CreateChatSubscriptionInviteLink.subscriptionPricing
Information about subscription plan that will be applied to the users joining the chat via the link.Constructors in org.drinkless.tdlib with parameters of type TdApi.StarSubscriptionPricingModifierConstructorDescriptionChatInviteLink
(String inviteLink, String name, long creatorUserId, int date, int editDate, int expirationDate, TdApi.StarSubscriptionPricing subscriptionPricing, int memberLimit, int memberCount, int expiredMemberCount, int pendingJoinRequestCount, boolean createsJoinRequest, boolean isPrimary, boolean isRevoked) Contains a chat invite link.ChatInviteLinkSubscriptionInfo
(TdApi.StarSubscriptionPricing pricing, boolean canReuse, long formId) Contains information about subscription plan that must be paid by the user to use a chat invite link.CreateChatSubscriptionInviteLink
(long chatId, String name, TdApi.StarSubscriptionPricing subscriptionPricing) Creates a function, which creates a new subscription invite link for a channel chat.The payment form is for a payment in Telegram Stars for subscription.StarSubscription
(String id, long chatId, int expirationDate, boolean isCanceled, boolean isExpiring, TdApi.StarSubscriptionPricing pricing, TdApi.StarSubscriptionType type) Contains information about subscription to a channel chat, a bot, or a business account that was paid in Telegram Stars.