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

    Interface UpdateVoiceStateRequestPartial

    interface UpdateVoiceStateRequestPartial {
        channel_id?: `${bigint}` | null;
        suppress?: boolean | null;
    }
    Index

    Properties

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