QChatUpdateUserChannelPushConfigParam constructor

QChatUpdateUserChannelPushConfigParam({
  1. required QChatPushMsgType pushMsgType,
  2. required int channelId,
  3. required int serverId,
})

Implementation

QChatUpdateUserChannelPushConfigParam(
    {required QChatPushMsgType pushMsgType,
    required this.channelId,
    required this.serverId})
    : super(pushMsgType);