Skip to content

PreparedInlineMessage

Type · TDLib 1.8.67 · d1085f9c

Represents a ready to send inline message. Use sendInlineQueryResultMessage to send the message

PreparedInlineMessage(
  inline_query_id: int64,
  result: InlineQueryResult,
  chat_types: TargetChatTypes
) → PreparedInlineMessage

inline_query_id

int64

Unique identifier of the inline query to pass to sendInlineQueryResultMessage

result

InlineQueryResult

Resulted inline message of the query

chat_types

TargetChatTypes

Types of the chats to which the message can be sent