InlineQueryResult#

class aiogram.types.inline_query_result.InlineQueryResult(**extra_data: Any)[source]#

This object represents one result of an inline query. Telegram clients currently support results of the following 20 types:

Note: All URLs passed in inline query results will be available to end users and therefore must be assumed to be public.

Source: https://core.telegram.org/bots/api#inlinequeryresult

model_computed_fields: ClassVar[dict[str, ComputedFieldInfo]] = {}#

A dictionary of computed field names and their corresponding ComputedFieldInfo objects.