Uses of Class
org.drinkless.tdlib.TdApi.MessageTopic
Packages that use TdApi.MessageTopic
-
Uses of TdApi.MessageTopic in org.drinkless.tdlib
Subclasses of TdApi.MessageTopic in org.drinkless.tdlibModifier and TypeClassDescriptionstatic class
A topic in a channel direct messages chat administered by the current user.static class
A topic in a forum supergroup chat.static class
A topic in Saved Messages chat.Fields in org.drinkless.tdlib declared as TdApi.MessageTopicModifier and TypeFieldDescriptionTdApi.GetChatMessageCalendar.topicId
Pass topic identifier to get the result only in specific topic; pass null to get the result in all topics; forum topics aren't supported.TdApi.GetChatMessageCount.topicId
Pass topic identifier to get number of messages only in specific topic; pass null to get number of messages in all topics.TdApi.GetChatMessagePosition.topicId
Pass topic identifier to get position among messages only in specific topic; pass null to get position among all chat messages.TdApi.Message.topicId
Identifier of the topic within the chat to which the message belongs; may be null if none.TdApi.SearchChatMessages.topicId
Pass topic identifier to search messages only in specific topic; pass null to search for messages in all topics.TdApi.UpdateTopicMessageCount.topicId
Identifier of the topic.Constructors in org.drinkless.tdlib with parameters of type TdApi.MessageTopicModifierConstructorDescriptionGetChatMessageCalendar
(long chatId, TdApi.MessageTopic topicId, TdApi.SearchMessagesFilter filter, long fromMessageId) Creates a function, which returns information about the next messages of the specified type in the chat split by days.GetChatMessageCount
(long chatId, TdApi.MessageTopic topicId, TdApi.SearchMessagesFilter filter, boolean returnLocal) Creates a function, which returns approximate number of messages of the specified type in the chat or its topic.GetChatMessagePosition
(long chatId, TdApi.MessageTopic topicId, TdApi.SearchMessagesFilter filter, long messageId) Creates a function, which returns approximate 1-based position of a message among messages, which can be found by the specified filter in the chat and topic.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 isPaidStarSuggestedPost, boolean isPaidTonSuggestedPost, boolean containsUnreadMention, int date, int editDate, TdApi.MessageForwardInfo forwardInfo, TdApi.MessageImportInfo importInfo, TdApi.MessageInteractionInfo interactionInfo, TdApi.UnreadReaction[] unreadReactions, TdApi.FactCheck factCheck, TdApi.SuggestedPostInfo suggestedPostInfo, TdApi.MessageReplyTo replyTo, long messageThreadId, TdApi.MessageTopic topicId, 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.SearchChatMessages
(long chatId, TdApi.MessageTopic topicId, String query, TdApi.MessageSender senderId, long fromMessageId, int offset, int limit, TdApi.SearchMessagesFilter filter) Creates a function, which searches for messages with given words in the chat.UpdateTopicMessageCount
(long chatId, TdApi.MessageTopic topicId, int messageCount) Number of messages in a topic has changed; for Saved Messages and channel direct messages chat topics only.