InputPeerChat constructor

const InputPeerChat({
  1. required int chatId,
})

Input Peer Chat constructor.

Implementation

const InputPeerChat({
  required this.chatId,
}) : super._();