Chats

data class Chats @Inject constructor(auth: FirebaseAuth, getChatSettings: GetChatSettings, setChatSettings: SetChatSettings, hasUnlimitedAccess: CheckHasUnlimitedAccess)

Constructors

Link copied to clipboard
@Inject
constructor(auth: FirebaseAuth, getChatSettings: GetChatSettings, setChatSettings: SetChatSettings, hasUnlimitedAccess: CheckHasUnlimitedAccess)

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
suspend fun updateChatEnable(isChatEnable: Boolean): Exception?
Link copied to clipboard
suspend fun updateCurrentChatNumber(currentChatNumber: Int): Exception?
Link copied to clipboard
suspend fun updateLastChat(): Exception?