IReceiver

fun interface IReceiver

Lightweight provider of bot information bound to a BehaviourContext.

Implementations must return the current ExtendedBot instance, computing it if necessary.

Functions

Link copied to clipboard
abstract suspend fun BehaviourContext.invoke(): ExtendedBot

Get or compute the bot information for the current BehaviourContext.