peyk.platforms.telegram.types.link¶ Classes Link(url) Represents an HTTP link. class peyk.platforms.telegram.types.link.Link(url: str)[source]¶ Bases: object Represents an HTTP link. Variables: url (str) – URL of the link url: str¶ classmethod from_dict(data: dict | None) → Link | None[source]¶ Parse a Telegram API mapping into this type. Parameters: data – Raw Telegram API mapping, or None. Returns: Parsed type instance, or None when data is None.