GuildTextChannelUpdateRequest.fromJson constructor

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

Implementation

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