github.com/gotd/td/tg.MessagesAcceptURLAuthRequest.WriteAllowed (field)
7 uses
github.com/gotd/td/tg (current package)
tl_messages_accept_url_auth_gen.go#L49: WriteAllowed bool
tl_messages_accept_url_auth_gen.go#L89: if !(a.WriteAllowed == false) {
tl_messages_accept_url_auth_gen.go#L125: a.WriteAllowed = from.GetWriteAllowed()
tl_messages_accept_url_auth_gen.go#L198: if !(a.WriteAllowed == false) {
tl_messages_accept_url_auth_gen.go#L274: a.WriteAllowed = a.Flags.Has(0)
tl_messages_accept_url_auth_gen.go#L310: a.WriteAllowed = true
tl_messages_accept_url_auth_gen.go#L313: a.WriteAllowed = 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. |