Skip to main content

FeedRoom Model

The FeedRoom class represents a feed room within a community, capturing various attributes and settings. This model is essential for managing and displaying information related to feed rooms. Below are the details of the FeedRoom model:

Properties

VariableTypeDescriptionOptional
idintThe unique identifier of the feed room.
titleStringThe title or name of the feed room.
headerStringThe header or introductory text of the feed room.
dateStringThe date of the feed room.
dateEpochintThe epoch timestamp of the date.
dateTimeintThe date and time in timestamp format.
durationintThe duration of the feed room.
cardCreationTimeStringThe creation time of the feed room card.
shareLinkStringThe shareable link of the feed room.
thirdPartyUniqueIdStringThe unique identifier from a third-party source.
stateintThe state of the feed room.
isPrivateboolIndicates whether the feed room is private.
isSecretboolIndicates whether the feed room is secret.
isPendingboolIndicates whether the feed room is pending.
isPrivateMemberboolIndicates whether the feed room is private for members.
isTaggedboolIndicates whether the feed room is tagged.
isGuestboolIndicates whether the feed room is for guests.
isPaidboolIndicates whether the feed room is paid.
isPinnedboolIndicates whether the feed room is pinned.
isEditedboolIndicates whether the feed room has been edited.
hasBeenNamedboolIndicates whether the feed room has been named.
autoFollowDoneboolIndicates whether auto-follow has been done for the room.
includeMembersLaterboolIndicates whether members will be included later.
accessWithoutSubscriptionboolIndicates whether access is granted without subscription.
externalSeenboolIndicates external visibility.
showFollowTelescopeboolIndicates whether to show follow telescope.
showFollowAutoTagboolIndicates whether to show follow auto-tag.
memberCanMessageboolIndicates whether members can message in the room.
muteStatusboolIndicates the mute status of the feed room.
followStatusboolIndicates the follow status of the feed room.
communityIdintThe unique identifier of the community associated with the feed room.
communityNameStringThe name of the community associated with the feed room.
chatroomImageUrlStringThe URL of the image associated with the feed room chatroom.
onlineLinkEnableBeforeintThe timestamp for enabling online link before.
onlineLinkTypeStringThe type of online link.
participantsCountintThe count of participants in the feed room.
memberIdintThe unique identifier of the member associated with the feed room.
accessStringThe access level for the feed room.
memberUserThe member associated with the feed room.
cohortsList<dynamic>List of cohorts associated with the feed room.
coHostsList<dynamic>List of co-hosts associated with the feed room.