MessageInfoTransient constructor

const MessageInfoTransient({
  1. required String body,
  2. required List<int> channelIds,
})

Implementation

const MessageInfoTransient({
  required this.body,
  required this.channelIds,
});