github.com/gotd/td/tg.GlobalPrivacySettings.ArchiveAndMuteNewNoncontactPeers (field)
7 uses
github.com/gotd/td/tg (current package)
tl_global_privacy_settings_gen.go#L45: ArchiveAndMuteNewNoncontactPeers bool
tl_global_privacy_settings_gen.go#L76: if !(g.ArchiveAndMuteNewNoncontactPeers == false) {
tl_global_privacy_settings_gen.go#L104: g.ArchiveAndMuteNewNoncontactPeers = from.GetArchiveAndMuteNewNoncontactPeers()
tl_global_privacy_settings_gen.go#L153: if !(g.ArchiveAndMuteNewNoncontactPeers == false) {
tl_global_privacy_settings_gen.go#L206: g.ArchiveAndMuteNewNoncontactPeers = g.Flags.Has(0)
tl_global_privacy_settings_gen.go#L216: g.ArchiveAndMuteNewNoncontactPeers = true
tl_global_privacy_settings_gen.go#L219: g.ArchiveAndMuteNewNoncontactPeers = 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. |