type github.com/gotd/td/tg.TextSubscriptArray
12 uses
github.com/gotd/td/tg (current package)
tl_rich_text_slices_gen.go#L237: func (s RichTextClassArray) AsTextSubscript() (to TextSubscriptArray) {
tl_rich_text_slices_gen.go#L1053: type TextSubscriptArray []TextSubscript
tl_rich_text_slices_gen.go#L1056: func (s TextSubscriptArray) Sort(less func(a, b TextSubscript) bool) TextSubscriptArray {
tl_rich_text_slices_gen.go#L1064: func (s TextSubscriptArray) SortStable(less func(a, b TextSubscript) bool) TextSubscriptArray {
tl_rich_text_slices_gen.go#L1072: func (s TextSubscriptArray) Retain(keep func(x TextSubscript) bool) TextSubscriptArray {
tl_rich_text_slices_gen.go#L1086: func (s TextSubscriptArray) First() (v TextSubscript, ok bool) {
tl_rich_text_slices_gen.go#L1094: func (s TextSubscriptArray) Last() (v TextSubscript, ok bool) {
tl_rich_text_slices_gen.go#L1102: func (s *TextSubscriptArray) PopFirst() (v TextSubscript, ok bool) {
tl_rich_text_slices_gen.go#L1121: func (s *TextSubscriptArray) Pop() (v TextSubscript, 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. |