ChannelPartialResponse constructor
const
ChannelPartialResponse({
- required String id,
- required int type,
- String? name,
- List<
ChannelPartialRecipientResponse> ? recipients,
Implementation
const ChannelPartialResponse({
required this.id,
required this.type,
this.name,
this.recipients,
});