type github.com/gotd/td/tg.TextAnchorArray
12 uses
github.com/gotd/td/tg (current package)
tl_rich_text_slices_gen.go#L302: func (s RichTextClassArray) AsTextAnchor() (to TextAnchorArray) {
tl_rich_text_slices_gen.go#L1463: type TextAnchorArray []TextAnchor
tl_rich_text_slices_gen.go#L1466: func (s TextAnchorArray) Sort(less func(a, b TextAnchor) bool) TextAnchorArray {
tl_rich_text_slices_gen.go#L1474: func (s TextAnchorArray) SortStable(less func(a, b TextAnchor) bool) TextAnchorArray {
tl_rich_text_slices_gen.go#L1482: func (s TextAnchorArray) Retain(keep func(x TextAnchor) bool) TextAnchorArray {
tl_rich_text_slices_gen.go#L1496: func (s TextAnchorArray) First() (v TextAnchor, ok bool) {
tl_rich_text_slices_gen.go#L1504: func (s TextAnchorArray) Last() (v TextAnchor, ok bool) {
tl_rich_text_slices_gen.go#L1512: func (s *TextAnchorArray) PopFirst() (v TextAnchor, ok bool) {
tl_rich_text_slices_gen.go#L1531: func (s *TextAnchorArray) Pop() (v TextAnchor, 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. |