MessagesGetMessages constructor

const MessagesGetMessages({
  1. required List<InputMessageBase> id,
})

Messages Get Messages constructor.

Implementation

const MessagesGetMessages({required this.id}) : super._();