Skip to main content

TypingNotificationCodec

Class: TypingNotificationCodec

Implements

Constructors

constructor

new TypingNotificationCodec()

Accessors

contentType

get contentType(): ContentTypeId

Returns

ContentTypeId

Implementation of

ContentCodec.contentType

Defined in

codecs/TypingNotification.ts:23

Methods

decode

decode(content): TypingNotification

Parameters

NameType
contentEncodedContent

Returns

TypingNotification

Implementation of

ContentCodec.decode

Defined in

codecs/TypingNotification.ts:39


encode

encode(content): EncodedContent

Parameters

NameType
contentTypingNotification

Returns

EncodedContent

Implementation of

ContentCodec.encode

Defined in

codecs/TypingNotification.ts:27

Was the information on this page helpful?