Uses of Class
it.tdlight.jni.TdApi.CanSendStoryResult
-
Uses of TdApi.CanSendStoryResult in it.tdlight.jni
Modifier 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.Modifier and TypeFieldDescriptionTdApi.UpdateStorySendFailed.errorType
Type of the error; may be null if unknown.ModifierConstructorDescriptionUpdateStorySendFailed
(TdApi.Story story, TdApi.Error error, TdApi.CanSendStoryResult errorType) A story failed to send.