type github.com/gotd/td/tg.HelpCountryCode

28 uses

	github.com/gotd/td/tg (current package)
		tl_help_country_code_gen.go#L38: type HelpCountryCode struct {
		tl_help_country_code_gen.go#L61: 	_ bin.Encoder     = &HelpCountryCode{}
		tl_help_country_code_gen.go#L62: 	_ bin.Decoder     = &HelpCountryCode{}
		tl_help_country_code_gen.go#L63: 	_ bin.BareEncoder = &HelpCountryCode{}
		tl_help_country_code_gen.go#L64: 	_ bin.BareDecoder = &HelpCountryCode{}
		tl_help_country_code_gen.go#L67: func (c *HelpCountryCode) Zero() bool {
		tl_help_country_code_gen.go#L88: func (c *HelpCountryCode) String() string {
		tl_help_country_code_gen.go#L92: 	type Alias HelpCountryCode
		tl_help_country_code_gen.go#L97: func (c *HelpCountryCode) FillFrom(from interface {
		tl_help_country_code_gen.go#L116: func (*HelpCountryCode) TypeID() uint32 {
		tl_help_country_code_gen.go#L121: func (*HelpCountryCode) TypeName() string {
		tl_help_country_code_gen.go#L126: func (c *HelpCountryCode) TypeInfo() tdp.Type {
		tl_help_country_code_gen.go#L155: func (c *HelpCountryCode) SetFlags() {
		tl_help_country_code_gen.go#L165: func (c *HelpCountryCode) Encode(b *bin.Buffer) error {
		tl_help_country_code_gen.go#L174: func (c *HelpCountryCode) EncodeBare(b *bin.Buffer) error {
		tl_help_country_code_gen.go#L199: func (c *HelpCountryCode) Decode(b *bin.Buffer) error {
		tl_help_country_code_gen.go#L210: func (c *HelpCountryCode) DecodeBare(b *bin.Buffer) error {
		tl_help_country_code_gen.go#L264: func (c *HelpCountryCode) GetCountryCode() (value string) {
		tl_help_country_code_gen.go#L272: func (c *HelpCountryCode) SetPrefixes(value []string) {
		tl_help_country_code_gen.go#L279: func (c *HelpCountryCode) GetPrefixes() (value []string, ok bool) {
		tl_help_country_code_gen.go#L290: func (c *HelpCountryCode) SetPatterns(value []string) {
		tl_help_country_code_gen.go#L297: func (c *HelpCountryCode) GetPatterns() (value []string, ok bool) {
		tl_help_country_gen.go#L55: 	CountryCodes []HelpCountryCode
		tl_help_country_gen.go#L110: 	GetCountryCodes() (value []HelpCountryCode)
		tl_help_country_gen.go#L263: 			c.CountryCodes = make([]HelpCountryCode, 0, headerLen%bin.PreallocateLimit)
		tl_help_country_gen.go#L266: 			var value HelpCountryCode
		tl_help_country_gen.go#L330: func (c *HelpCountry) GetCountryCodes() (value []HelpCountryCode) {
		tl_registry_gen.go#L4576: 		HelpCountryCodeTypeID:                                                   func() bin.Object { return &HelpCountryCode{} },