UpdateChannelTooLong constructor

const UpdateChannelTooLong({
  1. required int channelId,
  2. int? pts,
})

Update Channel Too Long constructor.

Implementation

const UpdateChannelTooLong({required this.channelId, this.pts}) : super._();