github.com/gotd/td/tg.HelpCountryCode.Patterns (field)
11 uses
github.com/gotd/td/tg (current package)
tl_help_country_code_gen.go#L53: Patterns []string
tl_help_country_code_gen.go#L80: if !(c.Patterns == nil) {
tl_help_country_code_gen.go#L108: c.Patterns = val
tl_help_country_code_gen.go#L159: if !(c.Patterns == nil) {
tl_help_country_code_gen.go#L190: b.PutVectorHeader(len(c.Patterns))
tl_help_country_code_gen.go#L191: for _, v := range c.Patterns {
tl_help_country_code_gen.go#L250: c.Patterns = make([]string, 0, headerLen%bin.PreallocateLimit)
tl_help_country_code_gen.go#L257: c.Patterns = append(c.Patterns, value)
tl_help_country_code_gen.go#L292: c.Patterns = value
tl_help_country_code_gen.go#L304: return c.Patterns, true
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. |