Uses of Class
org.drinkless.tdlib.TdApi.SuggestedPostPrice
Packages that use TdApi.SuggestedPostPrice
-
Uses of TdApi.SuggestedPostPrice in org.drinkless.tdlib
Subclasses of TdApi.SuggestedPostPrice in org.drinkless.tdlibModifier and TypeClassDescriptionstatic class
Describes price of a suggested post in Telegram Stars.static class
Describes price of a suggested post in Toncoins.Fields in org.drinkless.tdlib declared as TdApi.SuggestedPostPriceModifier and TypeFieldDescriptionTdApi.InputSuggestedPostInfo.price
Price of the suggested post; pass null to suggest a post without payment.TdApi.MessageSuggestedPostApprovalFailed.price
Price of the suggested post.TdApi.MessageSuggestedPostApproved.price
Price of the suggested post; may be null if the post is non-paid.TdApi.SuggestedPostInfo.price
Price of the suggested post; may be null if the post is non-paid.Constructors in org.drinkless.tdlib with parameters of type TdApi.SuggestedPostPriceModifierConstructorDescriptionInputSuggestedPostInfo
(TdApi.SuggestedPostPrice price, int sendDate) Contains information about a post to suggest.MessageSuggestedPostApprovalFailed
(long suggestedPostMessageId, TdApi.SuggestedPostPrice price) Approval of suggested post has failed, because the user which proposed the post had no enough funds.MessageSuggestedPostApproved
(long suggestedPostMessageId, TdApi.SuggestedPostPrice price, int sendDate) A suggested post was approved.SuggestedPostInfo
(TdApi.SuggestedPostPrice price, int sendDate, TdApi.SuggestedPostState state, boolean canBeApproved, boolean canBeDeclined) Contains information about a suggested post.