tl v57.2.0-rc TL.BotInlineMediaResult

botInlineMediaResult#17db940b flags:# id:string type:string photo:flags.0?Photo document:flags.1?Document title:flags.2?string description:flags.3?string send_message:BotInlineMessage = BotInlineResult;

Summary

Types

t()
t :: %TL.BotInlineMediaResult{description: String.t, document: TL.Document.t, id: String.t, photo: TL.Photo.t, send_message: BotInlineMessage.t, title: String.t, type: String.t}