attachmentIds property

  1. @JsonKey.new(includeIfNull: false, name: 'attachment_ids')
List<SnowflakeType>? attachmentIds
final

Optional attachment IDs to include when forwarding only selected media

Implementation

@JsonKey(includeIfNull: false, name: 'attachment_ids')
final List<SnowflakeType>? attachmentIds;