Uses of Class
org.drinkless.tdlib.TdApi.DraftMessage
Packages that use TdApi.DraftMessage
-
Uses of TdApi.DraftMessage in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.DraftMessageModifier and TypeFieldDescriptionTdApi.Chat.draftMessage
A draft of a message in the chat; may be null if none.TdApi.ForumTopic.draftMessage
A draft of a message in the topic; may be null if none.TdApi.MessageThreadInfo.draftMessage
A draft of a message in the message thread; may be null if none.TdApi.SavedMessagesTopic.draftMessage
A draft of a message in the topic; may be null if none.TdApi.SetChatDraftMessage.draftMessage
New draft message; pass null to remove the draft.TdApi.UpdateChatDraftMessage.draftMessage
The new draft message; may be null if none.Constructors in org.drinkless.tdlib with parameters of type TdApi.DraftMessageModifierConstructorDescriptionChat
(long id, TdApi.ChatType type, String title, TdApi.ChatPhotoInfo photo, int accentColorId, long backgroundCustomEmojiId, int profileAccentColorId, long profileBackgroundCustomEmojiId, TdApi.ChatPermissions permissions, TdApi.Message lastMessage, TdApi.ChatPosition[] positions, TdApi.ChatList[] chatLists, TdApi.MessageSender messageSenderId, TdApi.BlockList blockList, boolean hasProtectedContent, boolean isTranslatable, boolean isMarkedAsUnread, boolean viewAsTopics, boolean hasScheduledMessages, boolean canBeDeletedOnlyForSelf, boolean canBeDeletedForAllUsers, boolean canBeReported, boolean defaultDisableNotification, int unreadCount, long lastReadInboxMessageId, long lastReadOutboxMessageId, int unreadMentionCount, int unreadReactionCount, TdApi.ChatNotificationSettings notificationSettings, TdApi.ChatAvailableReactions availableReactions, int messageAutoDeleteTime, TdApi.EmojiStatus emojiStatus, TdApi.ChatBackground background, String themeName, TdApi.ChatActionBar actionBar, TdApi.BusinessBotManageBar businessBotManageBar, TdApi.VideoChat videoChat, TdApi.ChatJoinRequestsInfo pendingJoinRequests, long replyMarkupMessageId, TdApi.DraftMessage draftMessage, String clientData) A chat.ForumTopic
(TdApi.ForumTopicInfo info, TdApi.Message lastMessage, long order, boolean isPinned, int unreadCount, long lastReadInboxMessageId, long lastReadOutboxMessageId, int unreadMentionCount, int unreadReactionCount, TdApi.ChatNotificationSettings notificationSettings, TdApi.DraftMessage draftMessage) Describes a forum topic.MessageThreadInfo
(long chatId, long messageThreadId, TdApi.MessageReplyInfo replyInfo, int unreadMessageCount, TdApi.Message[] messages, TdApi.DraftMessage draftMessage) Contains information about a message thread.SavedMessagesTopic
(long id, TdApi.SavedMessagesTopicType type, boolean isPinned, long order, TdApi.Message lastMessage, TdApi.DraftMessage draftMessage) Contains information about a Saved Messages topic.SetChatDraftMessage
(long chatId, long messageThreadId, TdApi.DraftMessage draftMessage) Creates a function, which changes the draft message in a chat.UpdateChatDraftMessage
(long chatId, TdApi.DraftMessage draftMessage, TdApi.ChatPosition[] positions) A chat draft has changed.