type github.com/gotd/td/tg.TextConcatArray
12 uses
github.com/gotd/td/tg (current package)
tl_rich_text_slices_gen.go#L224: func (s RichTextClassArray) AsTextConcat() (to TextConcatArray) {
tl_rich_text_slices_gen.go#L971: type TextConcatArray []TextConcat
tl_rich_text_slices_gen.go#L974: func (s TextConcatArray) Sort(less func(a, b TextConcat) bool) TextConcatArray {
tl_rich_text_slices_gen.go#L982: func (s TextConcatArray) SortStable(less func(a, b TextConcat) bool) TextConcatArray {
tl_rich_text_slices_gen.go#L990: func (s TextConcatArray) Retain(keep func(x TextConcat) bool) TextConcatArray {
tl_rich_text_slices_gen.go#L1004: func (s TextConcatArray) First() (v TextConcat, ok bool) {
tl_rich_text_slices_gen.go#L1012: func (s TextConcatArray) Last() (v TextConcat, ok bool) {
tl_rich_text_slices_gen.go#L1020: func (s *TextConcatArray) PopFirst() (v TextConcat, ok bool) {
tl_rich_text_slices_gen.go#L1039: func (s *TextConcatArray) Pop() (v TextConcat, 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. |