Uses of Class
org.drinkless.tdlib.TdApi.CanPostStoryResult
Packages that use TdApi.CanPostStoryResult
-
Uses of TdApi.CanPostStoryResult in org.drinkless.tdlib
Subclasses of TdApi.CanPostStoryResult in org.drinkless.tdlibModifier and TypeClassDescriptionstatic classThe limit for the number of active stories exceeded.static classThe chat must be boosted first by Telegram Premium subscribers to post more stories.static classThe monthly limit for the number of posted stories exceeded.static classA story can be sent.static classThe user must subscribe to Telegram Premium to be able to post stories.static classThe weekly limit for the number of posted stories exceeded.Fields in org.drinkless.tdlib declared as TdApi.CanPostStoryResultModifier and TypeFieldDescriptionTdApi.UpdateStoryPostFailed.errorTypeType of the error; may be null if unknown.Constructors in org.drinkless.tdlib with parameters of type TdApi.CanPostStoryResultModifierConstructorDescriptionUpdateStoryPostFailed(TdApi.Story story, TdApi.Error error, TdApi.CanPostStoryResult errorType) A story failed to post.