Uses of Class
org.drinkless.tdlib.TdApi.RichMessage
Packages that use TdApi.RichMessage
-
Uses of TdApi.RichMessage in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.RichMessageModifier and TypeFieldDescriptionTdApi.DraftMessageContentRichMessage.messageThe rich message; the message must not have not yet uploaded media.TdApi.MessageRichMessage.messageThe rich message.Constructors in org.drinkless.tdlib with parameters of type TdApi.RichMessageModifierConstructorDescriptionA rich message draft; not supported in setChatDraftMessage.MessageRichMessage(TdApi.RichMessage message) A rich message; the message can have multiple media of the same type, all of which must be shown in the corresponding profile tab.