chore: update generated code files for consistency

This commit is contained in:
krau
2026-01-19 17:39:11 +08:00
parent 4825f0d5b9
commit b8a95e9362

View File

@@ -170,7 +170,7 @@ func handleImportCmd(ctx *ext.Context, update *ext.Update) error {
}
ctx.EditMessage(update.EffectiveChat().GetID(), &tg.MessagesEditMessageRequest{
ID: replied.ID,
ID: replied.ID,
Message: i18n.T(i18nk.BotMsgImportInfoTaskAdded, map[string]any{
"Count": len(elems),
"SizeMB": fmt.Sprintf("%.2f", float64(totalSize)/(1024*1024)),