chatHasUsername property

  1. @JsonKey(name: 'chat_has_username')
bool? get chatHasUsername
inherited

Optional. Pass True to request a supergroup or a channel with a username, pass False to request a chat without a username. If not specified, no additional restrictions are applied.

Implementation

@JsonKey(name: 'chat_has_username')
bool? get chatHasUsername;