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#L1217: type TextMarkedArray []TextMarked
tl_rich_text_slices_gen.go#L1220: func (s TextMarkedArray) Sort(less func(a, b TextMarked) bool) TextMarkedArray {
tl_rich_text_slices_gen.go#L1228: func (s TextMarkedArray) SortStable(less func(a, b TextMarked) bool) TextMarkedArray {
tl_rich_text_slices_gen.go#L1236: func (s TextMarkedArray) Retain(keep func(x TextMarked) bool) TextMarkedArray {
tl_rich_text_slices_gen.go#L1250: func (s TextMarkedArray) First() (v TextMarked, ok bool) {
tl_rich_text_slices_gen.go#L1258: func (s TextMarkedArray) Last() (v TextMarked, ok bool) {
tl_rich_text_slices_gen.go#L1266: func (s *TextMarkedArray) PopFirst() (v TextMarked, ok bool) {
tl_rich_text_slices_gen.go#L1285: func (s *TextMarkedArray) Pop() (v TextMarked, 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. |