ChatCleanupAgent
FinalYes
Table of Contents
Methods
- processChat() : string
- processCleanup() : string
- register() : void
Methods
processChat()
public
static processChat(int $chatId, int $currentChatId[, int|null $userId = null ]) : string
Parameters
- $chatId : int
- $currentChatId : int
- $userId : int|null = null
Tags
Return values
stringprocessCleanup()
public
static processCleanup(int $chatId, int $currentChatId[, string|null $prevCompletedStep = null ][, int|null $userId = null ]) : string
Parameters
- $chatId : int
- $currentChatId : int
- $prevCompletedStep : string|null = null
- $userId : int|null = null
Tags
Return values
stringregister()
public
static register(int $chatId[, int|null $currentChatId = null ][, int|null $userId = null ]) : void
Parameters
- $chatId : int
- $currentChatId : int|null = null
- $userId : int|null = null