peyk.platforms.telegram.types.input_media_link¶ Classes InputMediaLink(url) Represents an HTTP link to be sent. class peyk.platforms.telegram.types.input_media_link.InputMediaLink(url: str)[source]¶ Bases: object Represents an HTTP link to be sent. Variables: type – Type of the media, must be link url (str) – HTTP URL of the link url: str¶ to_dict() → Dict[str, object][source]¶ Serialize this type to the Telegram API request shape. Returns: A JSON-compatible mapping representing this value.