defaultPermission property

  1. @JsonKey(name: 'default_permission')
bool? defaultPermission
final

whether the command is enabled by default when the app is added to a guild

default true

Implementation

@JsonKey(name: 'default_permission')
final bool? defaultPermission;