gampang - v2.3.7
    Preparing search index...

    Interface PollCreateEventData

    interface PollCreateEventData {
        encKey: Uint8Array;
        options: string[];
        pollId: string;
        sender: string;
    }
    Index

    Properties

    encKey: Uint8Array
    options: string[]
    pollId: string
    sender: string