InputMediaLink¶
- class aiogram.types.input_media_link.InputMediaLink(*, type: Literal['link'] = 'link', url: str, **extra_data: Any)[source]¶
Represents an HTTP link to be sent.
Source: https://core.telegram.org/bots/api#inputmedialink
- type: Literal['link']¶
Type of the media, must be link
- url: str¶
HTTP URL of the link