ChannelsGetMessages constructor

const ChannelsGetMessages({
  1. required InputChannelBase channel,
  2. required List<InputMessageBase> id,
})

Channels Get Messages constructor.

Implementation

const ChannelsGetMessages({required this.channel, required this.id})
    : super._();