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) {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |