Implements
Constructors
new GroupInviteMessage()
new GroupInviteMessage(Defined in: WAProto/index.d.ts:6371p?):GroupInviteMessage
Parameters
p?
IGroupInviteMessage
Returns
GroupInviteMessage
Properties
caption?
Defined in: WAProto/index.d.ts:6377optionalcaption:null|string
Implementation of
IGroupInviteMessage.caption
contextInfo?
Defined in: WAProto/index.d.ts:6378optionalcontextInfo:null|IContextInfo
Implementation of
IGroupInviteMessage.contextInfo
groupJid?
Defined in: WAProto/index.d.ts:6372optionalgroupJid:null|string
Implementation of
IGroupInviteMessage.groupJid
groupName?
Defined in: WAProto/index.d.ts:6375optionalgroupName:null|string
Implementation of
IGroupInviteMessage.groupName
groupType?
Defined in: WAProto/index.d.ts:6379optionalgroupType:null|GroupType
Implementation of
IGroupInviteMessage.groupType
inviteCode?
Defined in: WAProto/index.d.ts:6373optionalinviteCode:null|string
Implementation of
IGroupInviteMessage.inviteCode
inviteExpiration?
Defined in: WAProto/index.d.ts:6374optionalinviteExpiration:null|number|Long
Implementation of
IGroupInviteMessage.inviteExpiration
jpegThumbnail?
Defined in: WAProto/index.d.ts:6376optionaljpegThumbnail:null|Uint8Array<ArrayBufferLike>
Implementation of
IGroupInviteMessage.jpegThumbnail
Methods
create()
Defined in: WAProto/index.d.ts:6380staticcreate(properties?):GroupInviteMessage
Parameters
properties?
IGroupInviteMessage
Returns
GroupInviteMessage
decode()
Defined in: WAProto/index.d.ts:6382staticdecode(r,l?):GroupInviteMessage
Parameters
r
Uint8Array<ArrayBufferLike> | Reader
l?
number
Returns
GroupInviteMessage
encode()
Defined in: WAProto/index.d.ts:6381staticencode(m,w?):Writer
Parameters
m
IGroupInviteMessage
w?
Writer
Returns
Writer
fromObject()
Defined in: WAProto/index.d.ts:6383staticfromObject(d):GroupInviteMessage
Parameters
d
Returns
GroupInviteMessage
getTypeUrl()
Defined in: WAProto/index.d.ts:6386staticgetTypeUrl(typeUrlPrefix?):string
Parameters
typeUrlPrefix?
string
Returns
string
toJSON()
toJSON(): object
Defined in: WAProto/index.d.ts:6385
Returns
object
toObject()
Defined in: WAProto/index.d.ts:6384statictoObject(m,o?):object
Parameters
m
GroupInviteMessage
o?
IConversionOptions
Returns
object