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

    Type Alias PollResponsesResultOptions

    PollResponsesResultOptions: Message<"plugnmeet.PollResponsesResultOptions"> & {
        id: string;
        text: string;
        voteCount: string;
    }

    Type Declaration

    • id: string

      from field: uint64 id = 1 [jstype = JS_STRING];

    • text: string

      from field: string text = 2;

    • voteCount: string

      from field: uint64 vote_count = 3 [jstype = JS_STRING];

    from message plugnmeet.PollResponsesResultOptions