Implements
Constructors
new PollCreationMessage()
new PollCreationMessage(Defined in: WAProto/index.d.ts:8312p?):PollCreationMessage
Parameters
p?
IPollCreationMessage
Returns
PollCreationMessage
Properties
contextInfo?
Defined in: WAProto/index.d.ts:8317optionalcontextInfo:null|IContextInfo
Implementation of
IPollCreationMessage.contextInfo
correctAnswer?
Defined in: WAProto/index.d.ts:8320optionalcorrectAnswer:null|IOption
Implementation of
IPollCreationMessage.correctAnswer
encKey?
Defined in: WAProto/index.d.ts:8313optionalencKey:null|Uint8Array<ArrayBufferLike>
Implementation of
IPollCreationMessage.encKey
name?
Defined in: WAProto/index.d.ts:8314optionalname:null|string
Implementation of
IPollCreationMessage.name
options
options: IOption[]
Defined in: WAProto/index.d.ts:8315
Implementation of
IPollCreationMessage.options
pollContentType?
Defined in: WAProto/index.d.ts:8318optionalpollContentType:null|PollContentType
Implementation of
IPollCreationMessage.pollContentType
pollType?
Defined in: WAProto/index.d.ts:8319optionalpollType:null|PollType
Implementation of
IPollCreationMessage.pollType
selectableOptionsCount?
Defined in: WAProto/index.d.ts:8316optionalselectableOptionsCount:null|number
Implementation of
IPollCreationMessage.selectableOptionsCount
Methods
create()
Defined in: WAProto/index.d.ts:8321staticcreate(properties?):PollCreationMessage
Parameters
properties?
IPollCreationMessage
Returns
PollCreationMessage
decode()
Defined in: WAProto/index.d.ts:8323staticdecode(r,l?):PollCreationMessage
Parameters
r
Uint8Array<ArrayBufferLike> | Reader
l?
number
Returns
PollCreationMessage
encode()
Defined in: WAProto/index.d.ts:8322staticencode(m,w?):Writer
Parameters
m
IPollCreationMessage
w?
Writer
Returns
Writer
fromObject()
Defined in: WAProto/index.d.ts:8324staticfromObject(d):PollCreationMessage
Parameters
d
Returns
PollCreationMessage
getTypeUrl()
Defined in: WAProto/index.d.ts:8327staticgetTypeUrl(typeUrlPrefix?):string
Parameters
typeUrlPrefix?
string
Returns
string
toJSON()
toJSON(): object
Defined in: WAProto/index.d.ts:8326
Returns
object
toObject()
Defined in: WAProto/index.d.ts:8325statictoObject(m,o?):object
Parameters
m
PollCreationMessage
o?
IConversionOptions
Returns
object