InputChannel constructor

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

Input Channel constructor.

Implementation

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