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

12 uses

	github.com/gotd/td/tg (current package)
		tl_rich_text_slices_gen.go#L133: func (s RichTextClassArray) AsTextBold() (to TextBoldArray) {
		tl_rich_text_slices_gen.go#L397: type TextBoldArray []TextBold
		tl_rich_text_slices_gen.go#L400: func (s TextBoldArray) Sort(less func(a, b TextBold) bool) TextBoldArray {
		tl_rich_text_slices_gen.go#L408: func (s TextBoldArray) SortStable(less func(a, b TextBold) bool) TextBoldArray {
		tl_rich_text_slices_gen.go#L416: func (s TextBoldArray) Retain(keep func(x TextBold) bool) TextBoldArray {
		tl_rich_text_slices_gen.go#L430: func (s TextBoldArray) First() (v TextBold, ok bool) {
		tl_rich_text_slices_gen.go#L438: func (s TextBoldArray) Last() (v TextBold, ok bool) {
		tl_rich_text_slices_gen.go#L446: func (s *TextBoldArray) PopFirst() (v TextBold, ok bool) {
		tl_rich_text_slices_gen.go#L465: func (s *TextBoldArray) Pop() (v TextBold, ok bool) {