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 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.error
The cause of the failure; may be null if unknown.ModifierConstructorDescriptionUpdateStorySendFailed
(TdApi.Story story, TdApi.CanSendStoryResult error, int errorCode, String errorMessage) A story failed to send.