reportedUserId property

  1. @JsonKey.new(includeIfNull: true, name: 'reported_user_id')
SnowflakeType? reportedUserId
final

Implementation

@JsonKey(includeIfNull: true, name: 'reported_user_id')
final SnowflakeType? reportedUserId;