Add helper to skip redundant message edits

This commit is contained in:
2025-10-25 19:15:16 +02:00
parent 9fb550404e
commit 0d028b6a66
6 changed files with 73 additions and 22 deletions

View File

@@ -1,4 +1,5 @@
pub mod errors;
pub mod filter_command;
pub mod message_text;
pub mod pagination;
pub mod split_text;