Source code for aiogram.enums.inline_query_result_type
fromenumimportEnum
[docs]classInlineQueryResultType(str,Enum):""" Type of inline query result Source: https://core.telegram.org/bots/api#inlinequeryresult """AUDIO="audio"DOCUMENT="document"GIF="gif"MPEG4_GIF="mpeg4_gif"PHOTO="photo"STICKER="sticker"VIDEO="video"VOICE="voice"ARTICLE="article"CONTACT="contact"GAME="game"LOCATION="location"VENUE="venue"