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

16 uses

	github.com/gotd/td/tg (current package)
		tl_registry_gen.go#L5370: 		StringTypeID:                                                            func() bin.Object { return &String{} },
		tl_string_gen.go#L37: type String struct {
		tl_string_gen.go#L45: 	_ bin.Encoder     = &String{}
		tl_string_gen.go#L46: 	_ bin.Decoder     = &String{}
		tl_string_gen.go#L47: 	_ bin.BareEncoder = &String{}
		tl_string_gen.go#L48: 	_ bin.BareDecoder = &String{}
		tl_string_gen.go#L51: func (s *String) Zero() bool {
		tl_string_gen.go#L60: func (s *String) String() string {
		tl_string_gen.go#L64: 	type Alias String
		tl_string_gen.go#L71: func (*String) TypeID() uint32 {
		tl_string_gen.go#L76: func (*String) TypeName() string {
		tl_string_gen.go#L81: func (s *String) TypeInfo() tdp.Type {
		tl_string_gen.go#L95: func (s *String) Encode(b *bin.Buffer) error {
		tl_string_gen.go#L104: func (s *String) EncodeBare(b *bin.Buffer) error {
		tl_string_gen.go#L112: func (s *String) Decode(b *bin.Buffer) error {
		tl_string_gen.go#L123: func (s *String) DecodeBare(b *bin.Buffer) error {