messages.SetBotGuestChatResult#
- class pyrogram.raw.functions.messages.SetBotGuestChatResult#
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:
227ID:
B8F106E3
- Parameters:
query_id (
int64-bit) – Query identifier from the updateBotGuestChatQuery.query_id fieldresult (
InputBotInlineResult) – The result to send as the answer to the query
- Returns: