TDLib v0.0.2 TDLib.Method.SendInlineQueryResultMessage View Source
Sends the result of an inline query as a message. Returns the sent message. Always clears a chat draft message.
Returns object_ptr
Name | Type | Description |
---|---|---|
chat_id | string | Target chat. |
reply_to_message_id | string | Identifier of a message to reply to or 0. |
disable_notification | bool | Pass true to disable notification for the message. Not supported in secret chats. |
from_background | bool | Pass true if the message is sent from background. |
query_id | string | Identifier of the inline query. |
result_id | string | Identifier of the inline result. |
More details on telegram’s documentation.