telegramProfileUrl property

TelegramProfileUrl? telegramProfileUrl

Parse string to telegram profile url

Implementation

TelegramProfileUrl? get telegramProfileUrl =>
    TelegramProfileUrl.parse(this ?? '');