botRequireCodeGrant property

  1. @JsonKey.new(name: 'bot_require_code_grant')
bool botRequireCodeGrant
final

Whether the bot requires OAuth2 code grant

Implementation

@JsonKey(name: 'bot_require_code_grant')
final bool botRequireCodeGrant;