github.com/gotd/td/tg.User.Bot (field)
7 uses
github.com/gotd/td/tg (current package)
tl_user_gen.go#L188: Bot bool
tl_user_gen.go#L363: if !(u.Bot == false) {
tl_user_gen.go#L530: u.Bot = from.GetBot()
tl_user_gen.go#L850: if !(u.Bot == false) {
tl_user_gen.go#L1081: u.Bot = u.Flags.Has(14)
tl_user_gen.go#L1322: u.Bot = true
tl_user_gen.go#L1325: u.Bot = false
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |