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

32 uses

	github.com/gotd/td/tg (current package)
		tl_registry_gen.go#L4265: 		TextConcatTypeID:                                         func() bin.Object { return &TextConcat{} },
		tl_rich_text_gen.go#L1336: type TextConcat struct {
		tl_rich_text_gen.go#L1345: func (t TextConcat) construct() RichTextClass { return &t }
		tl_rich_text_gen.go#L1349: 	_ bin.Encoder     = &TextConcat{}
		tl_rich_text_gen.go#L1350: 	_ bin.Decoder     = &TextConcat{}
		tl_rich_text_gen.go#L1351: 	_ bin.BareEncoder = &TextConcat{}
		tl_rich_text_gen.go#L1352: 	_ bin.BareDecoder = &TextConcat{}
		tl_rich_text_gen.go#L1354: 	_ RichTextClass = &TextConcat{}
		tl_rich_text_gen.go#L1357: func (t *TextConcat) Zero() bool {
		tl_rich_text_gen.go#L1369: func (t *TextConcat) String() string {
		tl_rich_text_gen.go#L1373: 	type Alias TextConcat
		tl_rich_text_gen.go#L1378: func (t *TextConcat) FillFrom(from interface {
		tl_rich_text_gen.go#L1387: func (*TextConcat) TypeID() uint32 {
		tl_rich_text_gen.go#L1392: func (*TextConcat) TypeName() string {
		tl_rich_text_gen.go#L1397: func (t *TextConcat) TypeInfo() tdp.Type {
		tl_rich_text_gen.go#L1416: func (t *TextConcat) Encode(b *bin.Buffer) error {
		tl_rich_text_gen.go#L1425: func (t *TextConcat) EncodeBare(b *bin.Buffer) error {
		tl_rich_text_gen.go#L1442: func (t *TextConcat) Decode(b *bin.Buffer) error {
		tl_rich_text_gen.go#L1453: func (t *TextConcat) DecodeBare(b *bin.Buffer) error {
		tl_rich_text_gen.go#L1478: func (t *TextConcat) GetTexts() (value []RichTextClass) {
		tl_rich_text_gen.go#L1486: func (t *TextConcat) MapTexts() (value RichTextClassArray) {
		tl_rich_text_gen.go#L2556: 		v := TextConcat{}
		tl_rich_text_slices_gen.go#L226: 		value, ok := elem.(*TextConcat)
		tl_rich_text_slices_gen.go#L971: type TextConcatArray []TextConcat
		tl_rich_text_slices_gen.go#L974: func (s TextConcatArray) Sort(less func(a, b TextConcat) bool) TextConcatArray {
		tl_rich_text_slices_gen.go#L982: func (s TextConcatArray) SortStable(less func(a, b TextConcat) bool) TextConcatArray {
		tl_rich_text_slices_gen.go#L990: func (s TextConcatArray) Retain(keep func(x TextConcat) bool) TextConcatArray {
		tl_rich_text_slices_gen.go#L1004: func (s TextConcatArray) First() (v TextConcat, ok bool) {
		tl_rich_text_slices_gen.go#L1012: func (s TextConcatArray) Last() (v TextConcat, ok bool) {
		tl_rich_text_slices_gen.go#L1020: func (s *TextConcatArray) PopFirst() (v TextConcat, ok bool) {
		tl_rich_text_slices_gen.go#L1030: 	var zero TextConcat
		tl_rich_text_slices_gen.go#L1039: func (s *TextConcatArray) Pop() (v TextConcat, ok bool) {