Implements
Constructors
new NotificationSettings()
new NotificationSettings(Defined in: WAProto/index.d.ts:9992p?):NotificationSettings
Parameters
p?
INotificationSettings
Returns
NotificationSettings
Properties
callVibrate?
Defined in: WAProto/index.d.ts:9998optionalcallVibrate:null|string
Implementation of
INotificationSettings.callVibrate
lowPriorityNotifications?
Defined in: WAProto/index.d.ts:9996optionallowPriorityNotifications:null|boolean
Implementation of
INotificationSettings.lowPriorityNotifications
messageLight?
Defined in: WAProto/index.d.ts:9995optionalmessageLight:null|string
Implementation of
INotificationSettings.messageLight
messagePopup?
Defined in: WAProto/index.d.ts:9994optionalmessagePopup:null|string
Implementation of
INotificationSettings.messagePopup
messageVibrate?
Defined in: WAProto/index.d.ts:9993optionalmessageVibrate:null|string
Implementation of
INotificationSettings.messageVibrate
reactionsMuted?
Defined in: WAProto/index.d.ts:9997optionalreactionsMuted:null|boolean
Implementation of
INotificationSettings.reactionsMuted
Methods
create()
Defined in: WAProto/index.d.ts:9999staticcreate(properties?):NotificationSettings
Parameters
properties?
INotificationSettings
Returns
NotificationSettings
decode()
Defined in: WAProto/index.d.ts:10001staticdecode(r,l?):NotificationSettings
Parameters
r
Uint8Array<ArrayBufferLike> | Reader
l?
number
Returns
NotificationSettings
encode()
Defined in: WAProto/index.d.ts:10000staticencode(m,w?):Writer
Parameters
m
INotificationSettings
w?
Writer
Returns
Writer
fromObject()
Defined in: WAProto/index.d.ts:10002staticfromObject(d):NotificationSettings
Parameters
d
Returns
NotificationSettings
getTypeUrl()
Defined in: WAProto/index.d.ts:10005staticgetTypeUrl(typeUrlPrefix?):string
Parameters
typeUrlPrefix?
string
Returns
string
toJSON()
toJSON(): object
Defined in: WAProto/index.d.ts:10004
Returns
object
toObject()
Defined in: WAProto/index.d.ts:10003statictoObject(m,o?):object
Parameters
m
NotificationSettings
o?
IConversionOptions
Returns
object