type github.com/gotd/td/tg.TextMarkedArray
12 uses
github.com/gotd/td/tg (current package)
tl_rich_text_slices_gen.go#L263: func (s RichTextClassArray) AsTextMarked() (to TextMarkedArray) {
tl_rich_text_slices_gen.go#L1399: type TextMarkedArray []TextMarked
tl_rich_text_slices_gen.go#L1402: func (s TextMarkedArray) Sort(less func(a, b TextMarked) bool) TextMarkedArray {
tl_rich_text_slices_gen.go#L1410: func (s TextMarkedArray) SortStable(less func(a, b TextMarked) bool) TextMarkedArray {
tl_rich_text_slices_gen.go#L1418: func (s TextMarkedArray) Retain(keep func(x TextMarked) bool) TextMarkedArray {
tl_rich_text_slices_gen.go#L1432: func (s TextMarkedArray) First() (v TextMarked, ok bool) {
tl_rich_text_slices_gen.go#L1440: func (s TextMarkedArray) Last() (v TextMarked, ok bool) {
tl_rich_text_slices_gen.go#L1448: func (s *TextMarkedArray) PopFirst() (v TextMarked, ok bool) {
tl_rich_text_slices_gen.go#L1467: func (s *TextMarkedArray) Pop() (v TextMarked, ok bool) {
![]() |
The pages are generated with Golds v0.8.5. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |