type github.com/gotd/td/tg.TextFixedArray
12 uses
github.com/gotd/td/tg (current package)
tl_rich_text_slices_gen.go#L185: func (s RichTextClassArray) AsTextFixed() (to TextFixedArray) {
tl_rich_text_slices_gen.go#L725: type TextFixedArray []TextFixed
tl_rich_text_slices_gen.go#L728: func (s TextFixedArray) Sort(less func(a, b TextFixed) bool) TextFixedArray {
tl_rich_text_slices_gen.go#L736: func (s TextFixedArray) SortStable(less func(a, b TextFixed) bool) TextFixedArray {
tl_rich_text_slices_gen.go#L744: func (s TextFixedArray) Retain(keep func(x TextFixed) bool) TextFixedArray {
tl_rich_text_slices_gen.go#L758: func (s TextFixedArray) First() (v TextFixed, ok bool) {
tl_rich_text_slices_gen.go#L766: func (s TextFixedArray) Last() (v TextFixed, ok bool) {
tl_rich_text_slices_gen.go#L774: func (s *TextFixedArray) PopFirst() (v TextFixed, ok bool) {
tl_rich_text_slices_gen.go#L793: func (s *TextFixedArray) Pop() (v TextFixed, 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. |