Interface BattleInventoryFullEvent

interface BattleInventoryFullEvent {
    channel: number;
    duration: number;
    itemID: string;
    startedAt: number;
    type: InventoryFull;
    username: string;
}

Hierarchy (view full)

Properties

channel: number
duration: number
itemID: string
startedAt: number
username: string