UpdateChannelViewForumAsMessages constructor

const UpdateChannelViewForumAsMessages({
  1. required int channelId,
  2. required bool enabled,
})

Update Channel View Forum As Messages constructor.

Implementation

const UpdateChannelViewForumAsMessages({
  required this.channelId,
  required this.enabled,
}) : super._();