Uses of Class
org.drinkless.tdlib.TdApi.MessageSchedulingState
Packages that use TdApi.MessageSchedulingState
-
Uses of TdApi.MessageSchedulingState in org.drinkless.tdlib
Subclasses of TdApi.MessageSchedulingState in org.drinkless.tdlibModifier and TypeClassDescriptionstatic class
The message will be sent at the specified date.static class
The message will be sent when the other user is online.static class
The message will be sent when the video in the message is converted and optimized; can be used only by the server.Fields in org.drinkless.tdlib declared as TdApi.MessageSchedulingStateModifier and TypeFieldDescriptionTdApi.EditMessageSchedulingState.schedulingState
The new message scheduling state; pass null to send the message immediately.TdApi.Message.schedulingState
The scheduling state of the message; may be null if the message isn't scheduled.TdApi.MessageSendOptions.schedulingState
Message scheduling state; pass null to send message immediately.Constructors in org.drinkless.tdlib with parameters of type TdApi.MessageSchedulingStateModifierConstructorDescriptionEditMessageSchedulingState
(long chatId, long messageId, TdApi.MessageSchedulingState schedulingState) Creates a function, which edits the time when a scheduled message will be sent.Message
(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.MessageSendOptions
(boolean disableNotification, boolean fromBackground, boolean protectContent, boolean allowPaidBroadcast, long paidMessageStarCount, boolean updateOrderOfInstalledStickerSets, TdApi.MessageSchedulingState schedulingState, long effectId, int sendingId, boolean onlyPreview) Options to be used when a message is sent.