from field: string room_id = 1;
from field: string user_id = 2;
from field: string poll_id = 3;
from field: string question = 4;
from field: repeated plugnmeet.CreatePollOptions options = 5;
from field: bool is_anonymous = 6;
from field: bool is_multiple = 7;
from field: bool is_quiz = 8;
from field: uint32 duration = 9;
from message plugnmeet.CreatePollReq
Generated
from field: string room_id = 1;