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) {