CommandDeleteInviteLink.fromJson constructor

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

Implementation

factory CommandDeleteInviteLink.fromJson(Map<String, dynamic> json) => CommandDeleteInviteLink(
  share_id: json['share_id'] as String,
);