webAppName property

  1. @JsonKey(name: 'web_app_name')
String? get webAppName
inherited

Name of the connected website. Present only if the user allowed the bot to send them messages.

Implementation

@JsonKey(name: 'web_app_name')
String? get webAppName;