userIds property

  1. @JsonKey.new(name: 'user_ids')
List<SnowflakeType> userIds
final

Recipient user IDs. Each receives the same content as a system DM.

Implementation

@JsonKey(name: 'user_ids')
final List<SnowflakeType> userIds;