ownerId property

  1. @JsonKey.new(includeIfNull: false, name: 'owner_id')
SnowflakeType? ownerId
final

ID of the new owner for group DM channels

Implementation

@JsonKey(includeIfNull: false, name: 'owner_id')
final SnowflakeType? ownerId;