MattermostClient

Functions

Link copied to clipboard
abstract suspend fun isMemberOfTeam(userId: UserId, teamId: TeamId): Boolean
Link copied to clipboard
abstract suspend fun receiveDirectMessages(): Flow<DirectMessage>
Link copied to clipboard
abstract suspend fun receiveNewChatStarted(): Flow<NewChatStartedEvent>
Link copied to clipboard
abstract suspend fun sendMessage(channelId: ChannelId, message: String)