InputPeerChannel constructor

const InputPeerChannel({
  1. required int channelId,
  2. required int accessHash,
})

Input Peer Channel constructor.

Implementation

const InputPeerChannel({
  required this.channelId,
  required this.accessHash,
}) : super._();