Skip to main content

Class: CloudAPIThreadControlNotification

Defined in: WAProto/index.d.ts:5895

Implements

Constructors

new CloudAPIThreadControlNotification()

new CloudAPIThreadControlNotification(p?): CloudAPIThreadControlNotification

Defined in: WAProto/index.d.ts:5896

Parameters

p?

ICloudAPIThreadControlNotification

Returns

CloudAPIThreadControlNotification

Properties

consumerLid?

optional consumerLid: null | string

Defined in: WAProto/index.d.ts:5899

Implementation of

ICloudAPIThreadControlNotification.consumerLid


consumerPhoneNumber?

optional consumerPhoneNumber: null | string

Defined in: WAProto/index.d.ts:5900

Implementation of

ICloudAPIThreadControlNotification.consumerPhoneNumber


notificationContent?

optional notificationContent: null | ICloudAPIThreadControlNotificationContent

Defined in: WAProto/index.d.ts:5901

Implementation of

ICloudAPIThreadControlNotification.notificationContent


senderNotificationTimestampMs?

optional senderNotificationTimestampMs: null | number | Long

Defined in: WAProto/index.d.ts:5898

Implementation of

ICloudAPIThreadControlNotification.senderNotificationTimestampMs


shouldSuppressNotification?

optional shouldSuppressNotification: null | boolean

Defined in: WAProto/index.d.ts:5902

Implementation of

ICloudAPIThreadControlNotification.shouldSuppressNotification


status?

optional status: null | CloudAPIThreadControl

Defined in: WAProto/index.d.ts:5897

Implementation of

ICloudAPIThreadControlNotification.status

Methods

toJSON()

toJSON(): object

Defined in: WAProto/index.d.ts:5908

Returns

object


create()

static create(properties?): CloudAPIThreadControlNotification

Defined in: WAProto/index.d.ts:5903

Parameters

properties?

ICloudAPIThreadControlNotification

Returns

CloudAPIThreadControlNotification


decode()

static decode(r, l?): CloudAPIThreadControlNotification

Defined in: WAProto/index.d.ts:5905

Parameters

r

Uint8Array<ArrayBufferLike> | Reader

l?

number

Returns

CloudAPIThreadControlNotification


encode()

static encode(m, w?): Writer

Defined in: WAProto/index.d.ts:5904

Parameters

m

ICloudAPIThreadControlNotification

w?

Writer

Returns

Writer


fromObject()

static fromObject(d): CloudAPIThreadControlNotification

Defined in: WAProto/index.d.ts:5906

Parameters

d

Returns

CloudAPIThreadControlNotification


getTypeUrl()

static getTypeUrl(typeUrlPrefix?): string

Defined in: WAProto/index.d.ts:5909

Parameters

typeUrlPrefix?

string

Returns

string


toObject()

static toObject(m, o?): object

Defined in: WAProto/index.d.ts:5907

Parameters

m

CloudAPIThreadControlNotification

o?

IConversionOptions

Returns

object