@typed-discord/rest
    Preparing search index...

    Interface UpdateSelfVoiceStateRequestPartial

    interface UpdateSelfVoiceStateRequestPartial {
        channel_id?: `${bigint}` | null;
        request_to_speak_timestamp?: string | null;
        suppress?: boolean | null;
    }
    Index

    Properties

    channel_id?: `${bigint}` | null
    request_to_speak_timestamp?: string | null
    suppress?: boolean | null