Borogove

C

  • Getting Started
  • API Reference

JavaScript

  • Getting Started
  • API Reference

Swift

  • SwiftPM

Haxe

  • API Reference
Borogove
  • Borogove.channel

Home > borogove > Channel

Channel class

Signature:

export class Channel extends borogove.Chat 

Extends: borogove.Chat

Constructors

Constructor Modifiers Description
(constructor)(client, stream, persistence, chatId, uiState, isBlocked, extensions, readUpToId, readUpToBy, disco) protected Constructs a new instance of the Channel class

Methods

Method Modifiers Description
bookmark()
canAudioCall()
canVideoCall()
close()
correctMessage(localId, message)
description()
getDisplayName()
getMessagesAfter(afterId, afterTime)
getMessagesAround(aroundId, aroundTime)
getMessagesBefore(beforeId, beforeTime)
getParticipantDetails(participantId)
getParticipants()
isPrivate()
isTrusted()
lastMessageId()
markReadUpTo(message)
preview()
removeReaction(m, reaction)
sendMessage(message)
setPresence(resource, presence)
syncing()

Built with MkDocs using a theme provided by Read the Docs.