messages.SetBotGuestChatResult¶
- class pyrogram.raw.functions.messages.SetBotGuestChatResult[source]¶
Bots may use this method to answer a guest mode » query received via an updateBotGuestChatQuery update, providing the message to post into the chat as a guest, see here » for more info.
Usable by Users Bots- Details:
Layer:
229ID:
B8F106E3
- Parameters:
query_id (
int64-bit) – Query identifier from the updateBotGuestChatQuery.query_idfieldresult (
InputBotInlineResult) – The result to send as the answer to the query
- Returns: