Represents the content of a rich message to be sent as the result of an inline query.
Check the documentation of this model on Telegram Bot API
rich_message: The message to be sent
Summary
Types
@type t() :: %ExGram.Model.InputRichMessageContent{ rich_message: ExGram.Model.InputRichMessage.t() }