roles property

  1. @JsonKey.new(includeIfNull: false)
List<SnowflakeType>? roles
final

Array of role IDs to assign to the member (max 100)

Implementation

@JsonKey(includeIfNull: false)
final List<SnowflakeType>? roles;