Skip to main content

BotPluginMetadata

amiudmodz


amiudmodz / proto / BotPluginMetadata

Class: BotPluginMetadata

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

Implements

Constructors

new BotPluginMetadata()

new BotPluginMetadata(p?): BotPluginMetadata

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

Parameters

p?

IBotPluginMetadata

Returns

BotPluginMetadata

Properties

deprecatedField?

optional deprecatedField: null | PluginType

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

Implementation of

IBotPluginMetadata.deprecatedField


expectedLinksCount?

optional expectedLinksCount: null | number

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

Implementation of

IBotPluginMetadata.expectedLinksCount


faviconCdnUrl?

optional faviconCdnUrl: null | string

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

Implementation of

IBotPluginMetadata.faviconCdnUrl


parentPluginMessageKey?

optional parentPluginMessageKey: null | IMessageKey

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

Implementation of

IBotPluginMetadata.parentPluginMessageKey


parentPluginType?

optional parentPluginType: null | PluginType

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

Implementation of

IBotPluginMetadata.parentPluginType


pluginType?

optional pluginType: null | PluginType

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

Implementation of

IBotPluginMetadata.pluginType


profilePhotoCdnUrl?

optional profilePhotoCdnUrl: null | string

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

Implementation of

IBotPluginMetadata.profilePhotoCdnUrl


provider?

optional provider: null | SearchProvider

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

Implementation of

IBotPluginMetadata.provider


referenceIndex?

optional referenceIndex: null | number

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

Implementation of

IBotPluginMetadata.referenceIndex


searchProviderUrl?

optional searchProviderUrl: null | string

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

Implementation of

IBotPluginMetadata.searchProviderUrl


searchQuery?

optional searchQuery: null | string

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

Implementation of

IBotPluginMetadata.searchQuery


thumbnailCdnUrl?

optional thumbnailCdnUrl: null | string

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

Implementation of

IBotPluginMetadata.thumbnailCdnUrl

Methods

toJSON()

toJSON(): object

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

Returns

object


create()

static create(properties?): BotPluginMetadata

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

Parameters

properties?

IBotPluginMetadata

Returns

BotPluginMetadata


decode()

static decode(r, l?): BotPluginMetadata

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

Parameters

r

Uint8Array<ArrayBufferLike> | Reader

l?

number

Returns

BotPluginMetadata


encode()

static encode(m, w?): Writer

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

Parameters

m

IBotPluginMetadata

w?

Writer

Returns

Writer


fromObject()

static fromObject(d): BotPluginMetadata

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

Parameters

d

Returns

BotPluginMetadata


getTypeUrl()

static getTypeUrl(typeUrlPrefix?): string

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

Parameters

typeUrlPrefix?

string

Returns

string


toObject()

static toObject(m, o?): object

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

Parameters

m

BotPluginMetadata

o?

IConversionOptions

Returns

object