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

19 uses

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