ChannelsGetMessages constructor
const
ChannelsGetMessages({
- required InputChannelBase channel,
- required List<
InputMessageBase> id,
Channels Get Messages constructor.
Implementation
const ChannelsGetMessages({required this.channel, required this.id})
: super._();