github.com/gotd/td/tg.Username.Active (field)
7 uses
github.com/gotd/td/tg (current package)
tl_username_gen.go#L50: Active bool
tl_username_gen.go#L76: if !(u.Active == false) {
tl_username_gen.go#L102: u.Active = from.GetActive()
tl_username_gen.go#L152: if !(u.Active == false) {
tl_username_gen.go#L201: u.Active = u.Flags.Has(1)
tl_username_gen.go#L235: u.Active = true
tl_username_gen.go#L238: u.Active = 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. |