loginUrl property

  1. @JsonKey.new(name: 'login_url')
LoginURL? get loginUrl
inherited

Optional. An HTTP URL used to automatically authorize the user. Can be used as a replacement for the Telegram Login Widget.

Implementation

@JsonKey(name: 'login_url')
LoginURL? get loginUrl;