type github.com/gotd/td/tg.TextStrikeArray
12 uses
github.com/gotd/td/tg (current package)
tl_rich_text_slices_gen.go#L172: func (s RichTextClassArray) AsTextStrike() (to TextStrikeArray) {
tl_rich_text_slices_gen.go#L643: type TextStrikeArray []TextStrike
tl_rich_text_slices_gen.go#L646: func (s TextStrikeArray) Sort(less func(a, b TextStrike) bool) TextStrikeArray {
tl_rich_text_slices_gen.go#L654: func (s TextStrikeArray) SortStable(less func(a, b TextStrike) bool) TextStrikeArray {
tl_rich_text_slices_gen.go#L662: func (s TextStrikeArray) Retain(keep func(x TextStrike) bool) TextStrikeArray {
tl_rich_text_slices_gen.go#L676: func (s TextStrikeArray) First() (v TextStrike, ok bool) {
tl_rich_text_slices_gen.go#L684: func (s TextStrikeArray) Last() (v TextStrike, ok bool) {
tl_rich_text_slices_gen.go#L692: func (s *TextStrikeArray) PopFirst() (v TextStrike, ok bool) {
tl_rich_text_slices_gen.go#L711: func (s *TextStrikeArray) Pop() (v TextStrike, 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. |