Home > Net >  getStream.io: How to fetch messages count in channel - swift
getStream.io: How to fetch messages count in channel - swift

Time:12-23

To pull messages in the channel in the document (getstream.io)

chatChannel?.unreadCount

But I want to pull the number of all messages in the channel. I couldn't find any information about it in the documentation. Anyone have any knowledge on this?

CodePudding user response:

This information is not available in Stream's chat SDK, we only offer the unreadCount as you've already pointed out.

For GetStream related questions, it's best to use our support channel https://getstream.io/contact/support/, to get faster and better responses.

  • Related