Companion

object Companion

Functions

Link copied to clipboard
fun canSendReactions(channelConfig: ChannelConfig, channel: BaseChannel): Boolean

Returns a value that determines that reactions can be sent by the channel. true, if channel can send the reactions in the message.

Link copied to clipboard
fun getEnableOgTag(channelConfig: ChannelConfig): Boolean

Returns a value that determines whether to display the ogtag or not. true, if channel displays the content within the ogtag in the message. false, otherwise.

Link copied to clipboard
fun getEnableReactions(channelConfig: ChannelConfig, channel: BaseChannel): Boolean

Returns a value that determines whether to display the reactions or not. true, if channel displays the reactions in the message. false, otherwise.