QueueAssignModeratorInput constructor
- @JsonSerializable.new(includeIfNull: false)
Implementation
@JsonSerializable(includeIfNull: false)
const factory QueueAssignModeratorInput({
/// The ID of the queue to assign the user to.
required int queueId,
/// DID to be assigned.
required String did,
Map<String, dynamic>? $unknown,
}) = _QueueAssignModeratorInput;