InputPhoneCall constructor

const InputPhoneCall({
  1. required int id,
  2. required int accessHash,
})

Input Phone Call constructor.

Implementation

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