photoUrl property

String? get photoUrl

Optional. URL of the chat’s photo. The photo can be in .jpeg or .svg formats. Only returned for Mini Apps launched from the attachment menu.

Implementation

String? get photoUrl => _webAppChat.photo_url;