github.com/gotd/td/tg.Config.DefaultP2PContacts (field)
7 uses
github.com/gotd/td/tg (current package)
tl_config_gen.go#L45: DefaultP2PContacts bool
tl_config_gen.go#L229: if !(c.DefaultP2PContacts == false) {
tl_config_gen.go#L433: c.DefaultP2PContacts = from.GetDefaultP2PContacts()
tl_config_gen.go#L748: if !(c.DefaultP2PContacts == false) {
tl_config_gen.go#L914: c.DefaultP2PContacts = c.Flags.Has(3)
tl_config_gen.go#L1230: c.DefaultP2PContacts = true
tl_config_gen.go#L1233: c.DefaultP2PContacts = 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. |