plugNmeet JS SDK - v2.0.3
    Preparing search index...

    Type Alias CreatePollOptions

    CreatePollOptions: Message<"plugnmeet.CreatePollOptions"> & {
        id: number;
        text: string;
    }

    Type Declaration

    • id: number

      from field: uint32 id = 1;

    • text: string

      from field: string text = 2;

    from message plugnmeet.CreatePollOptions