@xmtp/content-type-group-updated
Version:
An XMTP content type to support group updated messages
26 lines (16 loc) • 591 B
Markdown
# Group updated content type
This package provides an XMTP content type to support group updated messages.
> [!NOTE]
> This content type is included by default in official XMTP SDKs.
## Install the package
```bash
# npm
npm i /content-type-group-updated
# yarn
yarn add /content-type-group-updated
# pnpm
pnpm i /content-type-group-updated
```
## Developing
Run `yarn dev` to build the content type and watch for changes, which will trigger a rebuild.
For more information on contributing to this repository, see our [contributing guidelines](../../CONTRIBUTING.md).