QChatGetChannelsParam.fromJson constructor

QChatGetChannelsParam.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory QChatGetChannelsParam.fromJson(Map<String, dynamic> json) =>
    _$QChatGetChannelsParamFromJson(json);