ChatRoom
data class ChatRoom(channels: Channels, clientId: String, createdAt: String, id: String, url: String, uploadUrl: String, title: String?, contentFilter: String?, reportMessageUrl: String, reportedMessagesUrl: String, membershipsUrl: String, stickerPacksUrl: String, reactionPacksUrl: String, visibility: Visibility?, mutedStatusUrlTemplate: String?, customData: String?, customMessagesUrl: String?, sponsorsUrl: String?, chatroomMessageUrl: String?, chatroomMessagesCountUrl: String?, tokenGates: List<ChatRoomTokenGate>?, deleteMessageUrl: String?)
Content copied to clipboard
Chat Rooms are abstraction over the chat providers in our infra
Constructors
ChatRoom
Link copied to clipboard
fun ChatRoom(channels: Channels, clientId: String, createdAt: String, id: String, url: String, uploadUrl: String, title: String?, contentFilter: String?, reportMessageUrl: String, reportedMessagesUrl: String, membershipsUrl: String, stickerPacksUrl: String, reactionPacksUrl: String, visibility: Visibility? = null, mutedStatusUrlTemplate: String? = null, customData: String? = null, customMessagesUrl: String? = null, sponsorsUrl: String? = null, chatroomMessageUrl: String? = null, chatroomMessagesCountUrl: String? = null, tokenGates: List<ChatRoomTokenGate>? = null, deleteMessageUrl: String? = null)
Content copied to clipboard
Functions
Properties
contentFilter
Link copied to clipboard
customData
Link copied to clipboard
sponsorsUrl
Link copied to clipboard
tokenGates
Link copied to clipboard
@SerializedName(value = token_gates)
Content copied to clipboard
visibility
Link copied to clipboard