Refactoring codes for more tg message types

This commit is contained in:
2026-03-07 22:16:14 +08:00
parent a396a381b5
commit 912f9fd0ad
26 changed files with 771 additions and 472 deletions

View File

@@ -1,10 +1,10 @@
package i18n
import (
query "github.com/tgckpg/golifehk/query"
query "github.com/tgckpg/golifehk/query"
)
type Generics struct {
Name *map[string] string
query.Searchable
Name *map[string]string
query.Words
}