menu
fluxer_dart package
documentation
models/message_response_schema.dart
MessageResponseSchema
channelId property
channelId property
dark_mode
light_mode
channelId
property
@JsonKey.new(name: 'channel_id')
String
channelId
final
The ID of the channel this message was sent in
Implementation
@JsonKey(name: 'channel_id') final String channelId;
fluxer_dart package
documentation
models/message_response_schema
MessageResponseSchema
channelId property
MessageResponseSchema class