messages.SendInlineBotResult
- class pyrogram.raw.functions.messages.SendInlineBotResult
Send a result obtained using messages.getInlineBotResults.
- Details:
Layer:
194
ID:
3EBEE86A
- Parameters:
peer (
InputPeer
) – Destinationrandom_id (
int
64-bit
) – Random ID to avoid resending the same queryquery_id (
int
64-bit
) – Query ID from messages.getInlineBotResultsid (
str
) – Result ID from messages.getInlineBotResultssilent (
bool
, optional) – Whether to send the message silently (no notification will be triggered on the other client)background (
bool
, optional) – Whether to send the message in backgroundclear_draft (
bool
, optional) – Whether to clear the drafthide_via (
bool
, optional) – Whether to hide the via @botname in the resulting message (only for bot usernames encountered in the config)reply_to (
InputReplyTo
, optional) – If set, indicates that the message should be sent in reply to the specified message or story.schedule_date (
int
32-bit
, optional) – Scheduled message date for scheduled messagessend_as (
InputPeer
, optional) – Send this message as the specified peerquick_reply_shortcut (
InputQuickReplyShortcut
, optional)
- Returns: