recipients property

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

Array of user IDs for creating a group DM (max 9)

Implementation

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