TypingNotificationCodec
Class: TypingNotificationCodec
Implements
Constructors
constructor
new TypingNotificationCodec()
Accessors
contentType
get
contentType(): ContentTypeId
Returns
Implementation of
Defined in
codecs/TypingNotification.ts:23
Methods
decode
decode(content
): TypingNotification
Parameters
Name | Type |
---|---|
content | EncodedContent |
Returns
Implementation of
Defined in
codecs/TypingNotification.ts:39
encode
encode(content
): EncodedContent
Parameters
Name | Type |
---|---|
content | TypingNotification |