Uses of Class
org.drinkless.tdlib.TdApi.MessageSource
Packages that use TdApi.MessageSource
-
Uses of TdApi.MessageSource in org.drinkless.tdlib
Subclasses of TdApi.MessageSource in org.drinkless.tdlibModifier and TypeClassDescriptionstatic classThe message is from a chat event log.static classThe message is from a chat history.static classThe message is from a chat list or a forum topic list.static classThe message is from history of a topic in a channel direct messages chat administered by the current user.static classThe message is from history of a forum topic.static classThe message is from chat, message thread or forum topic history preview.static classThe message is from history of a message thread.static classThe message is from a notification.static classThe message is from some other source.static classThe message was screenshotted; the source must be used only if the message content was visible during the screenshot.static classThe message is from search results, including file downloads, local file list, outgoing document messages, calendar.Fields in org.drinkless.tdlib declared as TdApi.MessageSourceModifier and TypeFieldDescriptionTdApi.ViewMessages.sourceSource of the message view; pass null to guess the source based on chat open state.Constructors in org.drinkless.tdlib with parameters of type TdApi.MessageSourceModifierConstructorDescriptionViewMessages(long chatId, long[] messageIds, TdApi.MessageSource source, boolean forceRead) Creates a function, which informs TDLib that messages are being viewed by the user.