đ§ answer_guest_query
Use this method to reply to a received guest message.
âī¸ Parameters
guest_query_id(str): Unique identifier for the query to be answeredresult(InlineQueryResultCachedAudio or InlineQueryResultCachedDocument or InlineQueryResultCachedGif or InlineQueryResultCachedMpeg4Gif or InlineQueryResultCachedPhoto or InlineQueryResultCachedSticker or InlineQueryResultCachedVideo or InlineQueryResultCachedVoice or InlineQueryResultArticle or InlineQueryResultAudio or InlineQueryResultContact or InlineQueryResultGame or InlineQueryResultDocument or InlineQueryResultGif or InlineQueryResultLocation or InlineQueryResultMpeg4Gif or InlineQueryResultPhoto or InlineQueryResultVenue or InlineQueryResultVideo or InlineQueryResultVoice ): A JSON-serialized object describing the message to be sent
đ˛ Returns
SentGuestMessage
đ Examples
-đĒĢ Required Parameters
await bot.answer_guest_query(
guest_query_id=your_guest_query_id_here,
result=your_result_here
)