MessagesGetChats constructor

const MessagesGetChats({
  1. required List<int> id,
})

Messages Get Chats constructor.

Implementation

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