Plain Text Content Type
An app built with XMTP uses the TextCodec
(plain text) standard content type by default. This means that if your app is sending plain text messages only, you donβt need to perform any additional steps related to content types.
Send plain textβ
- JavaScript
await conversation.send("gm");