GuildLinkChannelUpdateRequest.fromJson constructor

GuildLinkChannelUpdateRequest.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory GuildLinkChannelUpdateRequest.fromJson(Map<String, Object?> json) =>
    _$GuildLinkChannelUpdateRequestFromJson(json);