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

20 uses

	github.com/gotd/td/tg (current package)
		tl_help_countries_list_gen.go#L38: type HelpCountriesListNotModified struct {
		tl_help_countries_list_gen.go#L45: func (c HelpCountriesListNotModified) construct() HelpCountriesListClass { return &c }
		tl_help_countries_list_gen.go#L49: 	_ bin.Encoder     = &HelpCountriesListNotModified{}
		tl_help_countries_list_gen.go#L50: 	_ bin.Decoder     = &HelpCountriesListNotModified{}
		tl_help_countries_list_gen.go#L51: 	_ bin.BareEncoder = &HelpCountriesListNotModified{}
		tl_help_countries_list_gen.go#L52: 	_ bin.BareDecoder = &HelpCountriesListNotModified{}
		tl_help_countries_list_gen.go#L54: 	_ HelpCountriesListClass = &HelpCountriesListNotModified{}
		tl_help_countries_list_gen.go#L57: func (c *HelpCountriesListNotModified) Zero() bool {
		tl_help_countries_list_gen.go#L66: func (c *HelpCountriesListNotModified) String() string {
		tl_help_countries_list_gen.go#L70: 	type Alias HelpCountriesListNotModified
		tl_help_countries_list_gen.go#L77: func (*HelpCountriesListNotModified) TypeID() uint32 {
		tl_help_countries_list_gen.go#L82: func (*HelpCountriesListNotModified) TypeName() string {
		tl_help_countries_list_gen.go#L87: func (c *HelpCountriesListNotModified) TypeInfo() tdp.Type {
		tl_help_countries_list_gen.go#L101: func (c *HelpCountriesListNotModified) Encode(b *bin.Buffer) error {
		tl_help_countries_list_gen.go#L110: func (c *HelpCountriesListNotModified) EncodeBare(b *bin.Buffer) error {
		tl_help_countries_list_gen.go#L118: func (c *HelpCountriesListNotModified) Decode(b *bin.Buffer) error {
		tl_help_countries_list_gen.go#L129: func (c *HelpCountriesListNotModified) DecodeBare(b *bin.Buffer) error {
		tl_help_countries_list_gen.go#L357: func (c *HelpCountriesListNotModified) AsModified() (*HelpCountriesList, bool) {
		tl_help_countries_list_gen.go#L375: 		v := HelpCountriesListNotModified{}
		tl_registry_gen.go#L4578: 		HelpCountriesListNotModifiedTypeID:                                      func() bin.Object { return &HelpCountriesListNotModified{} },