tucnak / telebot

Telebot is a Telegram bot framework in Go.
MIT License
4.04k stars 469 forks source link

about zh-CN #626

Closed WendellWater05376s closed 1 year ago

WendellWater05376s commented 1 year ago
b.Handle("/你好", func(c tele.Context) error {
    return c.Send("你好!")
})

it's not work!

AnyCPU commented 1 year ago

cite from https://core.telegram.org/bots/features#commands:

Commands must always start with the / symbol and contain up to 32 characters.
They can use Latin letters, numbers and underscores,
though simple lowercase text is recommended for a cleaner look.

@WendellWater05376s No Latin letters, no luck!