Skip to main content

Module executor

Module executor 

Source
Expand description

Diff operation executor — applies edit/delete/send with retry and fallback. DiffOp executor — applies diff operations via BotApi.

Automatically retries on FLOOD_WAIT and falls back to plain text on ENTITY_BOUNDS_INVALID. Handles MessageNotFound (re-send) and MessageNotModified (sync hashes) gracefully.

Structs§

DiffExecutor
Executes DiffOp operations against the Telegram API.