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 classDescribes price of a suggested post in Telegram Stars.static classDescribes price of a suggested post in Toncoins.Fields in org.drinkless.tdlib declared as TdApi.SuggestedPostPriceModifier and TypeFieldDescriptionTdApi.InputSuggestedPostInfo.pricePrice of the suggested post; pass null to suggest a post without payment.TdApi.MessageSuggestedPostApprovalFailed.pricePrice of the suggested post.TdApi.MessageSuggestedPostApproved.pricePrice of the suggested post; may be null if the post is non-paid.TdApi.SuggestedPostInfo.pricePrice 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.