Type Alias PollResponsesResultOptions
PollResponsesResultOptions: Message<"plugnmeet.PollResponsesResultOptions"> & {
id: string;
text: string;
voteCount: string;
isCorrect: boolean;
}
Type Declaration
-
id: string
-
text: string
-
voteCount: string
-
isCorrect: boolean
Generated
from field: uint64 id = 1 [jstype = JS_STRING];