ChannelResponse constructor
const
ChannelResponse({})
Implementation
const ChannelResponse({
required this.conversation,
required this.type,
this.text,
this.blocks,
this.attachments,
this.replyTo,
this.options,
});