hoshimi
    Preparing search index...

    Interface GatewayPayload

    Gateway payload.

    interface GatewayPayload {
        channel_id: string | null;
        guild_id: string;
        self_deaf: boolean;
        self_mute: boolean;
    }
    Index

    Properties

    channel_id: string | null

    Payload channel id.

    guild_id: string

    Payload guild id.

    self_deaf: boolean

    Payload self deafen.

    self_mute: boolean

    Payload self mute.