menu
fluxer_dart package
documentation
models/create_private_channel_request.dart
CreatePrivateChannelRequest
recipientId property
recipientId property
dark_mode
light_mode
recipientId
property
@JsonKey.new(includeIfNull: false, name: 'recipient_id')
SnowflakeType
?
recipientId
final
Implementation
@JsonKey(includeIfNull: false, name: 'recipient_id') final SnowflakeType? recipientId;
fluxer_dart package
documentation
models/create_private_channel_request
CreatePrivateChannelRequest
recipientId property
CreatePrivateChannelRequest class