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

    Type Alias PollsStats

    PollsStats: Message<"plugnmeet.PollsStats"> & {
        totalPolls: string;
        totalRunning: string;
    }

    Type Declaration

    • totalPolls: string

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

    • totalRunning: string

      from field: uint64 total_running = 2 [jstype = JS_STRING];

    from message plugnmeet.PollsStats