hasMainWebApp property

  1. @JsonKey(name: 'has_main_web_app')
bool? get hasMainWebApp
inherited

Optional. True, if the bot has a main Web App. Returned only in getMe.

Implementation

@JsonKey(name: 'has_main_web_app')
bool? get hasMainWebApp;