botPublic property

  1. @JsonKey.new(includeIfNull: false, name: 'bot_public')
bool? botPublic
final

Whether the bot can be invited by anyone

Implementation

@JsonKey(includeIfNull: false, name: 'bot_public')
final bool? botPublic;