github.com/gotd/td/tg.UserFull.VoiceMessagesForbidden (field)
7 uses
github.com/gotd/td/tg (current package)
tl_user_full_gen.go#L61: VoiceMessagesForbidden bool
tl_user_full_gen.go#L214: if !(u.VoiceMessagesForbidden == false) {
tl_user_full_gen.go#L338: u.VoiceMessagesForbidden = from.GetVoiceMessagesForbidden()
tl_user_full_gen.go#L602: if !(u.VoiceMessagesForbidden == false) {
tl_user_full_gen.go#L798: u.VoiceMessagesForbidden = u.Flags.Has(20)
tl_user_full_gen.go#L1055: u.VoiceMessagesForbidden = true
tl_user_full_gen.go#L1058: u.VoiceMessagesForbidden = 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. |