Update teloxide to 0.15
Some checks failed
Build docker image / Build-Docker-Image (push) Has been cancelled

This commit is contained in:
2025-04-27 15:19:07 +02:00
parent a96ff53ae0
commit 8166168538
4 changed files with 243 additions and 512 deletions

View File

@@ -14,7 +14,7 @@ enum SupportCommand {
}
pub async fn support_command_handler(
message: Message,
message: Box<Message>,
bot: CacheMe<Throttle<Bot>>,
) -> BotHandlerInternal {
let username = match message.clone().from {