Skip to main content

interaction.get_queue

Overview

  • Returns the interaction queue status: queue count, whether it's empty, and the currently playing interaction info.

Metadata

FieldValue
DisplayGet Interaction Queue
Categoryinteraction
AccessPublic
ScopeB2Authority
Tags
Aliases

Parameters

NameTypeRequiredDefaultDescription
entity_identityIdnoCharacter entity ID (default: possessed)

Returns

  • Return shape is not declared for this command.

Usage

await inzoi.cli.execute('interaction.get_queue', {
entity_id: 0, // optional
});