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

12 uses

	github.com/gotd/td/tg (current package)
		tl_rich_text_slices_gen.go#L224: func (s RichTextClassArray) AsTextConcat() (to TextConcatArray) {
		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#L1039: func (s *TextConcatArray) Pop() (v TextConcat, ok bool) {