Uses of Class
org.drinkless.tdlib.TdApi.ForwardSource
Packages that use TdApi.ForwardSource
-
Uses of TdApi.ForwardSource in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.ForwardSourceModifier and TypeFieldDescriptionTdApi.MessageForwardInfo.source
For messages forwarded to the chat with the current user (Saved Messages), to the Replies bot chat, or to the channel's discussion group, information about the source message from which the message was forwarded last time; may be null for other forwards or if unknown.Constructors in org.drinkless.tdlib with parameters of type TdApi.ForwardSourceModifierConstructorDescriptionMessageForwardInfo
(TdApi.MessageOrigin origin, int date, TdApi.ForwardSource source, String publicServiceAnnouncementType) Contains information about a forwarded message.