Skip to content

adamant-api / index / MessageType

Enumeration: MessageType

Defined in: src/helpers/constants.ts:21

Message type

See

https://github.com/Adamant-im/adamant/wiki/Message-Types

Enumeration Members

Chat

ts
Chat: 1;

Defined in: src/helpers/constants.ts:22


Rich

ts
Rich: 2;

Defined in: src/helpers/constants.ts:23


Signal

ts
Signal: 3;

Defined in: src/helpers/constants.ts:24

Released under the GPL-3.0 License.