Hoang Le
Results
2
issues of
Hoang Le
I want to get username by user id Here are what I'm trying to use: ``` b.Handle("/check", func(c tele.Context) error { fmt.Println(c.Sender().ID) u := &tele.User{ID: 123} fmt.Println(u.Username) return nil })...
Hi, I'm using this library for a bot to see a new user joined a private group with hidden members. It works well until I revoked the bot token. other...