github.com/gotd/td/tg.GlobalPrivacySettings.KeepArchivedUnmuted (field)
7 uses
github.com/gotd/td/tg (current package)
tl_global_privacy_settings_gen.go#L48: KeepArchivedUnmuted bool
tl_global_privacy_settings_gen.go#L79: if !(g.KeepArchivedUnmuted == false) {
tl_global_privacy_settings_gen.go#L105: g.KeepArchivedUnmuted = from.GetKeepArchivedUnmuted()
tl_global_privacy_settings_gen.go#L156: if !(g.KeepArchivedUnmuted == false) {
tl_global_privacy_settings_gen.go#L207: g.KeepArchivedUnmuted = g.Flags.Has(1)
tl_global_privacy_settings_gen.go#L235: g.KeepArchivedUnmuted = true
tl_global_privacy_settings_gen.go#L238: g.KeepArchivedUnmuted = 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. |