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§
- Diff
Executor - Executes
DiffOpoperations against the Telegram API.