github.com/gotd/td/tg.Username.Editable (field)
7 uses
github.com/gotd/td/tg (current package)
tl_username_gen.go#L48: Editable bool
tl_username_gen.go#L73: if !(u.Editable == false) {
tl_username_gen.go#L101: u.Editable = from.GetEditable()
tl_username_gen.go#L149: if !(u.Editable == false) {
tl_username_gen.go#L200: u.Editable = u.Flags.Has(0)
tl_username_gen.go#L216: u.Editable = true
tl_username_gen.go#L219: u.Editable = 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. |