📄️ Get Group Chatrooms
Retrieves chatrooms and provides real-time updates using a Realm observer. This function allows users to fetch chatrooms and stay updated on any changes to the chatroom list.
📄️ Get Explore Tab Count
Retrieve the count of unseen and total chatrooms for the explore tab using the designated API.
📄️ Get Explore Feed
Retrieves the explore feed, which includes chatrooms and their details. This function allows users to fetch chatrooms based on specific criteria such as order type, pinned status, and pagination.
📄️ Get Channel Invites
Retrieves a list of channel invites from the server based on the specified request parameters. This function allows users to fetch channel invites based on criteria such as channel type, page number, and page size.
📄️ Update Channel Invite
Updates the status of a channel invite (e.g., accept or reject) based on the specified request parameters. This function allows users to change the status of a received channel invite.