DisBot
    Preparing search index...

    Type Alias PollOptionsSelectScalar

    type PollOptionsSelectScalar = {
        Description?: boolean;
        Emoji?: boolean;
        Id?: boolean;
        Label?: boolean;
        PollId?: boolean;
        UserIds?: boolean;
        UUID?: boolean;
    }
    Index

    Properties

    Description?: boolean
    Emoji?: boolean
    Id?: boolean
    Label?: boolean
    PollId?: boolean
    UserIds?: boolean
    UUID?: boolean