UpdateChannelWebPage constructor

const UpdateChannelWebPage({
  1. required int channelId,
  2. required WebPageBase webpage,
  3. required int pts,
  4. required int ptsCount,
})

Update Channel Web Page constructor.

Implementation

const UpdateChannelWebPage({
  required this.channelId,
  required this.webpage,
  required this.pts,
  required this.ptsCount,
}) : super._();