github.com/gotd/td/tg.UserFull.TranslationsDisabled (field)
7 uses
github.com/gotd/td/tg (current package)
tl_user_full_gen.go#L66: TranslationsDisabled bool
tl_user_full_gen.go#L217: if !(u.TranslationsDisabled == false) {
tl_user_full_gen.go#L339: u.TranslationsDisabled = from.GetTranslationsDisabled()
tl_user_full_gen.go#L605: if !(u.TranslationsDisabled == false) {
tl_user_full_gen.go#L799: u.TranslationsDisabled = u.Flags.Has(23)
tl_user_full_gen.go#L1074: u.TranslationsDisabled = true
tl_user_full_gen.go#L1077: u.TranslationsDisabled = 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. |