Uses of Class
org.drinkless.tdlib.TdApi.MessageOrigin
Packages that use TdApi.MessageOrigin
-
Uses of TdApi.MessageOrigin in org.drinkless.tdlib
Subclasses of TdApi.MessageOrigin in org.drinkless.tdlibModifier and TypeClassDescriptionstatic class
The message was originally a post in a channel.static class
The message was originally sent on behalf of a chat.static class
The message was originally sent by a user, which is hidden by their privacy settings.static class
The message was originally sent by a known user.Fields in org.drinkless.tdlib declared as TdApi.MessageOriginModifier and TypeFieldDescriptionTdApi.MessageForwardInfo.origin
Origin of the forwarded message.TdApi.MessageReplyToMessage.origin
Information about origin of the message if the message was from another chat or topic; may be null for messages from the same chat.Constructors in org.drinkless.tdlib with parameters of type TdApi.MessageOriginModifierConstructorDescriptionMessageForwardInfo
(TdApi.MessageOrigin origin, int date, TdApi.ForwardSource source, String publicServiceAnnouncementType) Contains information about a forwarded message.MessageReplyToMessage
(long chatId, long messageId, TdApi.TextQuote quote, TdApi.MessageOrigin origin, int originSendDate, TdApi.MessageContent content) Describes a message replied by a given message.