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 borogove_Channel extends borogove_Chat 

Extends: borogove_Chat

Constructors

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

Methods

Method Modifiers Description
bookmark()
canAudioCall()
canInvite()
canSend()
canVideoCall()
close()
correctMessage(localId, message)
description()
getDisplayName()
getMessagesAfter(afterId, afterTime)
getMessagesAround(aroundId, aroundTime)
getMessagesBefore(beforeId, beforeTime)
getParticipantDetails(participantId)
getParticipants()
invite(chat, threadId)
isPrivate()
isTrusted()
lastMessageId()
markReadUpTo(message)
preview()
removeReaction(m, reaction)
sendMessage(message)
setTrusted(trusted)
syncing()

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