Uses of Class
org.drinkless.tdlib.TdApi.MessageSendingState
Packages that use TdApi.MessageSendingState
-
Uses of TdApi.MessageSendingState in org.drinkless.tdlib
Subclasses of TdApi.MessageSendingState in org.drinkless.tdlibModifier and TypeClassDescriptionstatic class
The message failed to be sent.static class
The message is being sent now, but has not yet been delivered to the server.Fields in org.drinkless.tdlib declared as TdApi.MessageSendingStateModifier and TypeFieldDescriptionTdApi.Message.sendingState
The sending state of the message; may be null if the message isn't being sent and didn't fail to be sent.TdApi.QuickReplyMessage.sendingState
The sending state of the message; may be null if the message isn't being sent and didn't fail to be sent.Constructors in org.drinkless.tdlib with parameters of type TdApi.MessageSendingStateModifierConstructorDescriptionMessage
(long id, TdApi.MessageSender senderId, long chatId, TdApi.MessageSendingState sendingState, TdApi.MessageSchedulingState schedulingState, boolean isOutgoing, boolean isPinned, boolean isFromOffline, boolean canBeSaved, boolean hasTimestampedMedia, boolean isChannelPost, boolean isTopicMessage, boolean containsUnreadMention, int date, int editDate, TdApi.MessageForwardInfo forwardInfo, TdApi.MessageImportInfo importInfo, TdApi.MessageInteractionInfo interactionInfo, TdApi.UnreadReaction[] unreadReactions, TdApi.FactCheck factCheck, TdApi.MessageReplyTo replyTo, long messageThreadId, long savedMessagesTopicId, TdApi.MessageSelfDestructType selfDestructType, double selfDestructIn, double autoDeleteIn, long viaBotUserId, long senderBusinessBotUserId, int senderBoostCount, long paidMessageStarCount, String authorSignature, long mediaAlbumId, long effectId, boolean hasSensitiveContent, String restrictionReason, TdApi.MessageContent content, TdApi.ReplyMarkup replyMarkup) Describes a message.QuickReplyMessage
(long id, TdApi.MessageSendingState sendingState, boolean canBeEdited, long replyToMessageId, long viaBotUserId, long mediaAlbumId, TdApi.MessageContent content, TdApi.ReplyMarkup replyMarkup) Describes a message that can be used for quick reply.