Uses of Class
it.tdlight.jni.TdApi.CanSendStoryResult
-
Uses of TdApi.CanSendStoryResult in it.tdlight.jni
Subclasses of TdApi.CanSendStoryResult in it.tdlight.jniModifier and TypeClassDescriptionstatic final class
The limit for the number of active stories exceeded.static final class
The channel chat must be boosted first by Telegram Premium subscribers to post more stories.static final class
The monthly limit for the number of posted stories exceeded.static final class
A story can be sent.static final class
The user must subscribe to Telegram Premium to be able to post stories.static final class
The weekly limit for the number of posted stories exceeded.Fields in it.tdlight.jni declared as TdApi.CanSendStoryResultModifier and TypeFieldDescriptionTdApi.UpdateStorySendFailed.errorType
Type of the error; may be null if unknown.Constructors in it.tdlight.jni with parameters of type TdApi.CanSendStoryResultModifierConstructorDescriptionUpdateStorySendFailed
(TdApi.Story story, TdApi.Error error, TdApi.CanSendStoryResult errorType) A story failed to send.