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 class
The limit for the number of active stories exceeded.static class
The chat must be boosted first by Telegram Premium subscribers to post more stories.static class
The monthly limit for the number of posted stories exceeded.static class
A story can be sent.static class
The user must subscribe to Telegram Premium to be able to post stories.static class
The weekly limit for the number of posted stories exceeded.Fields in org.drinkless.tdlib declared as TdApi.CanPostStoryResultModifier and TypeFieldDescriptionTdApi.UpdateStoryPostFailed.errorType
Type 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.