userLimit property

  1. @JsonKey.new(includeIfNull: false, name: 'user_limit')
Int32Type? userLimit
final

The maximum number of users allowed in the voice channel

Implementation

@JsonKey(includeIfNull: false, name: 'user_limit')
final Int32Type? userLimit;