type github.com/gotd/td/tg.TextSuperscriptArray
12 uses
github.com/gotd/td/tg (current package)
tl_rich_text_slices_gen.go#L250: func (s RichTextClassArray) AsTextSuperscript() (to TextSuperscriptArray) {
tl_rich_text_slices_gen.go#L1135: type TextSuperscriptArray []TextSuperscript
tl_rich_text_slices_gen.go#L1138: func (s TextSuperscriptArray) Sort(less func(a, b TextSuperscript) bool) TextSuperscriptArray {
tl_rich_text_slices_gen.go#L1146: func (s TextSuperscriptArray) SortStable(less func(a, b TextSuperscript) bool) TextSuperscriptArray {
tl_rich_text_slices_gen.go#L1154: func (s TextSuperscriptArray) Retain(keep func(x TextSuperscript) bool) TextSuperscriptArray {
tl_rich_text_slices_gen.go#L1168: func (s TextSuperscriptArray) First() (v TextSuperscript, ok bool) {
tl_rich_text_slices_gen.go#L1176: func (s TextSuperscriptArray) Last() (v TextSuperscript, ok bool) {
tl_rich_text_slices_gen.go#L1184: func (s *TextSuperscriptArray) PopFirst() (v TextSuperscript, ok bool) {
tl_rich_text_slices_gen.go#L1203: func (s *TextSuperscriptArray) Pop() (v TextSuperscript, 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. |