github.com/gotd/td/tg.Authorization.CallRequestsDisabled (field)
7 uses
github.com/gotd/td/tg (current package)
tl_authorization_gen.go#L53: CallRequestsDisabled bool
tl_authorization_gen.go#L118: if !(a.CallRequestsDisabled == false) {
tl_authorization_gen.go#L198: a.CallRequestsDisabled = from.GetCallRequestsDisabled()
tl_authorization_gen.go#L333: if !(a.CallRequestsDisabled == false) {
tl_authorization_gen.go#L399: a.CallRequestsDisabled = a.Flags.Has(4)
tl_authorization_gen.go#L568: a.CallRequestsDisabled = true
tl_authorization_gen.go#L571: a.CallRequestsDisabled = 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. |