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

32 uses

	github.com/gotd/td/tg (current package)
		tl_registry_gen.go#L4271: 		TextAnchorTypeID:                                         func() bin.Object { return &TextAnchor{} },
		tl_rich_text_gen.go#L2270: type TextAnchor struct {
		tl_rich_text_gen.go#L2281: func (t TextAnchor) construct() RichTextClass { return &t }
		tl_rich_text_gen.go#L2285: 	_ bin.Encoder     = &TextAnchor{}
		tl_rich_text_gen.go#L2286: 	_ bin.Decoder     = &TextAnchor{}
		tl_rich_text_gen.go#L2287: 	_ bin.BareEncoder = &TextAnchor{}
		tl_rich_text_gen.go#L2288: 	_ bin.BareDecoder = &TextAnchor{}
		tl_rich_text_gen.go#L2290: 	_ RichTextClass = &TextAnchor{}
		tl_rich_text_gen.go#L2293: func (t *TextAnchor) Zero() bool {
		tl_rich_text_gen.go#L2308: func (t *TextAnchor) String() string {
		tl_rich_text_gen.go#L2312: 	type Alias TextAnchor
		tl_rich_text_gen.go#L2317: func (t *TextAnchor) FillFrom(from interface {
		tl_rich_text_gen.go#L2328: func (*TextAnchor) TypeID() uint32 {
		tl_rich_text_gen.go#L2333: func (*TextAnchor) TypeName() string {
		tl_rich_text_gen.go#L2338: func (t *TextAnchor) TypeInfo() tdp.Type {
		tl_rich_text_gen.go#L2361: func (t *TextAnchor) Encode(b *bin.Buffer) error {
		tl_rich_text_gen.go#L2370: func (t *TextAnchor) EncodeBare(b *bin.Buffer) error {
		tl_rich_text_gen.go#L2385: func (t *TextAnchor) Decode(b *bin.Buffer) error {
		tl_rich_text_gen.go#L2396: func (t *TextAnchor) DecodeBare(b *bin.Buffer) error {
		tl_rich_text_gen.go#L2418: func (t *TextAnchor) GetText() (value RichTextClass) {
		tl_rich_text_gen.go#L2426: func (t *TextAnchor) GetName() (value string) {
		tl_rich_text_gen.go#L2598: 		v := TextAnchor{}
		tl_rich_text_slices_gen.go#L304: 		value, ok := elem.(*TextAnchor)
		tl_rich_text_slices_gen.go#L1463: type TextAnchorArray []TextAnchor
		tl_rich_text_slices_gen.go#L1466: func (s TextAnchorArray) Sort(less func(a, b TextAnchor) bool) TextAnchorArray {
		tl_rich_text_slices_gen.go#L1474: func (s TextAnchorArray) SortStable(less func(a, b TextAnchor) bool) TextAnchorArray {
		tl_rich_text_slices_gen.go#L1482: func (s TextAnchorArray) Retain(keep func(x TextAnchor) bool) TextAnchorArray {
		tl_rich_text_slices_gen.go#L1496: func (s TextAnchorArray) First() (v TextAnchor, ok bool) {
		tl_rich_text_slices_gen.go#L1504: func (s TextAnchorArray) Last() (v TextAnchor, ok bool) {
		tl_rich_text_slices_gen.go#L1512: func (s *TextAnchorArray) PopFirst() (v TextAnchor, ok bool) {
		tl_rich_text_slices_gen.go#L1522: 	var zero TextAnchor
		tl_rich_text_slices_gen.go#L1531: func (s *TextAnchorArray) Pop() (v TextAnchor, ok bool) {