On this page

Membership object

Membership represents a single user-channel relationship in a chat.

Properties

Membership has the following properties:

1class Membership {
2 channel: Channel,
3 user: User,
4 custom: ObjectCustom
5}
ParameterDescription
channel
Type: Channel
Channel object.
user
Type: User
User object.
custom
Type: ObjectCustom
Any custom properties or metadata associated with the channel-user membership, such as lastReadMessageTimetoken.
API limits

To learn about the maximum length of parameters used to set channel membership metadata, refer to REST API docs.

Methods

Available methods:

Use case

Membership methods enable:

Last updated on