type github.com/gotd/td/tg.TextUnderlineArray
12 uses
github.com/gotd/td/tg (current package)
tl_rich_text_slices_gen.go#L159: func (s RichTextClassArray) AsTextUnderline() (to TextUnderlineArray) {
tl_rich_text_slices_gen.go#L561: type TextUnderlineArray []TextUnderline
tl_rich_text_slices_gen.go#L564: func (s TextUnderlineArray) Sort(less func(a, b TextUnderline) bool) TextUnderlineArray {
tl_rich_text_slices_gen.go#L572: func (s TextUnderlineArray) SortStable(less func(a, b TextUnderline) bool) TextUnderlineArray {
tl_rich_text_slices_gen.go#L580: func (s TextUnderlineArray) Retain(keep func(x TextUnderline) bool) TextUnderlineArray {
tl_rich_text_slices_gen.go#L594: func (s TextUnderlineArray) First() (v TextUnderline, ok bool) {
tl_rich_text_slices_gen.go#L602: func (s TextUnderlineArray) Last() (v TextUnderline, ok bool) {
tl_rich_text_slices_gen.go#L610: func (s *TextUnderlineArray) PopFirst() (v TextUnderline, ok bool) {
tl_rich_text_slices_gen.go#L629: func (s *TextUnderlineArray) Pop() (v TextUnderline, 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. |