PreparedInlineMessage¶
Represents a ready to send inline message. Use sendInlineQueryResultMessage to send the message
PreparedInlineMessage(
inline_query_id: int64,
result: InlineQueryResult,
chat_types: TargetChatTypes
) → PreparedInlineMessage