The cover image URL.
A User who created the channel. null
if it's created by system.
The custom type of the channel.
The channel data.
Readonly
isWeather the category filter is enabled or not.
Whether the channel is ephemeral.
Whether the channel is frozen.
Readonly
isWeather the template label is enabled or not.
The last message of the channel.
Readonly
notificationThe list of notification categories.
The pinned message IDs of the channel.
All locally cached metadata as a map.
The creation time of the channel in milliseconds.
The total member count for this channel.
The local timestamp of when this channel has been used in a MessageCollection.
Current user's last read receipt timestamp in channel.
My member state.
The topic or name of the channel.
The topic or name of the channel.
The unread message count for this channel for the currentUser.
The unique channel URL.
Optional
duration: numberOptional
description: stringCancels an ongoing FileMessage upload.
Whether the instance is FeedChannel type.
Whether the instance is GroupChannel type.
Whether the instance is OpenChannel type.
Optional
messages: NotificationMessage[]Optional
duration: numberOptional
description: stringMutes a User with userId
. A muted user cannot send a message.
[UserMessage], [FileMessage] or [MultipleMessage]
Optional
file: FileCompatOptional
file: FileCompatSends a multiple files or file URLs as a single MultipleFilesMessage.
Serializes the FeedChannel instance. The instance can be restored by FeedChannelModule.buildFeedChannelFromSerializedData.
Unbans User with userId
.
Unmutes User with userId
. The unmuted user could send a message again.
Updates fields of this poll with given params. Once updated successfully, a non-null Poll instance will be passed to the result.
Updates a UserMessage that was previously sent in the channel.
Description
Represents a feed channel.