Skip to main content
Defined in: WAProto/index.d.ts:11682

Implements

Constructors

new BotWelcomeRequestAction()

new BotWelcomeRequestAction(p?): BotWelcomeRequestAction
Defined in: WAProto/index.d.ts:11683

Parameters

p?
IBotWelcomeRequestAction

Returns

BotWelcomeRequestAction

Properties

isSent?

optional isSent: null | boolean
Defined in: WAProto/index.d.ts:11684

Implementation of

IBotWelcomeRequestAction.isSent

Methods

create()

static create(properties?): BotWelcomeRequestAction
Defined in: WAProto/index.d.ts:11685

Parameters

properties?
IBotWelcomeRequestAction

Returns

BotWelcomeRequestAction

decode()

static decode(r, l?): BotWelcomeRequestAction
Defined in: WAProto/index.d.ts:11687

Parameters

r
Uint8Array<ArrayBufferLike> | Reader
l?
number

Returns

BotWelcomeRequestAction

encode()

static encode(m, w?): Writer
Defined in: WAProto/index.d.ts:11686

Parameters

m
IBotWelcomeRequestAction
w?
Writer

Returns

Writer

fromObject()

static fromObject(d): BotWelcomeRequestAction
Defined in: WAProto/index.d.ts:11688

Parameters

d

Returns

BotWelcomeRequestAction

getTypeUrl()

static getTypeUrl(typeUrlPrefix?): string
Defined in: WAProto/index.d.ts:11691

Parameters

typeUrlPrefix?
string

Returns

string

toJSON()

toJSON(): object
Defined in: WAProto/index.d.ts:11690

Returns

object

toObject()

static toObject(m, o?): object
Defined in: WAProto/index.d.ts:11689

Parameters

m
BotWelcomeRequestAction
o?
IConversionOptions

Returns

object