AppleSauce
    Preparing search index...
    PollBlueprintOptions: MetaTagOptions & ZapOptions & {
        endsAt?: number;
        pollType?: PollType;
        relays?: string[];
    }

    Type declaration

    • OptionalendsAt?: number

      Unix timestamp when the poll ends

    • OptionalpollType?: PollType

      Poll type - singlechoice or multiplechoice. Defaults to singlechoice

    • Optionalrelays?: string[]

      Relay URLs where responses should be published