MadelineProto/docs/TD_docs/methods/sendInlineQueryResultMessage.md

1.2 KiB

title description
sendInlineQueryResultMessage Sends result of the inline query as a message. Returns sent message. Always clears chat draft message

Method: sendInlineQueryResultMessage

Back to methods index

YOU CANNOT USE THIS METHOD IN MADELINEPROTO

Sends result of the inline query as a message. Returns sent message. Always clears chat draft message

Parameters:

Name Type Required Description
chat_id CLICK ME int53 Yes Chat to send message
reply_to_message_id CLICK ME int53 Yes Identifier of a message to reply to or 0
disable_notification CLICK ME Bool Yes Pass true, to disable notification about the message, doesn't works in secret chats
from_background CLICK ME Bool Yes Pass true, if the message is sent from background
query_id CLICK ME int64 Yes Identifier of the inline query
result_id CLICK ME string Yes Identifier of the inline result

Return type: Message