Skip to main content

social_event.debug_by_id

Overview

  • Prints on-screen debug summary/roles of a social event by its runtime SiteEvent id.

Metadata

FieldValue
DisplayDebug Social Event (By Id)
Categorysocial_event
AccessPublic
ScopeB2Authority
Tags
AliasesDebugSocialEventById

Parameters

NameTypeRequiredDefaultDescription
social_event_idintyesRuntime SiteEvent id (int64)

Returns

  • Return shape is not declared for this command.

Usage

await inzoi.cli.execute('social_event.debug_by_id', {
social_event_id: 0,
});