QChatGetMentionedMeMessagesParam.fromJson constructor

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

Implementation

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