Skip to main content

Plain Text Content Type

Status

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​

await conversation.send("gm");

Was the information on this page helpful?
powered by XMTP

On this page