A specialized Bot tpe that doesn't require context data.
getSession(): Session<void>
Gets a new session to control the bot for a specific origin and context data.
getSession(context: Context<void>): Session<void>
Gets a new session to control bot for a specific Fedify context.
getSession(origin: string | URL): Session<void>
Gets a new session to control the bot for a specific origin and context data.