Interface BotOtherActivity

interface BotOtherActivity {
    name: string;
    type: GAME | LISTENING | WATCHING;
}

Properties

Properties

name: string