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#L1645: type TextAnchorArray []TextAnchor
tl_rich_text_slices_gen.go#L1648: func (s TextAnchorArray) Sort(less func(a, b TextAnchor) bool) TextAnchorArray {
tl_rich_text_slices_gen.go#L1656: func (s TextAnchorArray) SortStable(less func(a, b TextAnchor) bool) TextAnchorArray {
tl_rich_text_slices_gen.go#L1664: func (s TextAnchorArray) Retain(keep func(x TextAnchor) bool) TextAnchorArray {
tl_rich_text_slices_gen.go#L1678: func (s TextAnchorArray) First() (v TextAnchor, ok bool) {
tl_rich_text_slices_gen.go#L1686: func (s TextAnchorArray) Last() (v TextAnchor, ok bool) {
tl_rich_text_slices_gen.go#L1694: func (s *TextAnchorArray) PopFirst() (v TextAnchor, ok bool) {
tl_rich_text_slices_gen.go#L1713: func (s *TextAnchorArray) Pop() (v TextAnchor, 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. |