QChatDeleteMessageParam.fromJson constructor

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

Implementation

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