type github.com/gotd/td/tg.TextPlainArray
12 uses
github.com/gotd/td/tg (current package)
tl_rich_text_slices_gen.go#L120: func (s RichTextClassArray) AsTextPlain() (to TextPlainArray) {
tl_rich_text_slices_gen.go#L484: type TextPlainArray []TextPlain
tl_rich_text_slices_gen.go#L487: func (s TextPlainArray) Sort(less func(a, b TextPlain) bool) TextPlainArray {
tl_rich_text_slices_gen.go#L495: func (s TextPlainArray) SortStable(less func(a, b TextPlain) bool) TextPlainArray {
tl_rich_text_slices_gen.go#L503: func (s TextPlainArray) Retain(keep func(x TextPlain) bool) TextPlainArray {
tl_rich_text_slices_gen.go#L517: func (s TextPlainArray) First() (v TextPlain, ok bool) {
tl_rich_text_slices_gen.go#L525: func (s TextPlainArray) Last() (v TextPlain, ok bool) {
tl_rich_text_slices_gen.go#L533: func (s *TextPlainArray) PopFirst() (v TextPlain, ok bool) {
tl_rich_text_slices_gen.go#L552: func (s *TextPlainArray) Pop() (v TextPlain, ok bool) {
![]() |
The pages are generated with Golds v0.8.4. (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. |