type github.com/gotd/td/tg.PageBlockSubheaderArray

12 uses

	github.com/gotd/td/tg (current package)
		tl_page_block_slices_gen.go#L172: func (s PageBlockClassArray) AsPageBlockSubheader() (to PageBlockSubheaderArray) {
		tl_page_block_slices_gen.go#L799: type PageBlockSubheaderArray []PageBlockSubheader
		tl_page_block_slices_gen.go#L802: func (s PageBlockSubheaderArray) Sort(less func(a, b PageBlockSubheader) bool) PageBlockSubheaderArray {
		tl_page_block_slices_gen.go#L810: func (s PageBlockSubheaderArray) SortStable(less func(a, b PageBlockSubheader) bool) PageBlockSubheaderArray {
		tl_page_block_slices_gen.go#L818: func (s PageBlockSubheaderArray) Retain(keep func(x PageBlockSubheader) bool) PageBlockSubheaderArray {
		tl_page_block_slices_gen.go#L832: func (s PageBlockSubheaderArray) First() (v PageBlockSubheader, ok bool) {
		tl_page_block_slices_gen.go#L840: func (s PageBlockSubheaderArray) Last() (v PageBlockSubheader, ok bool) {
		tl_page_block_slices_gen.go#L848: func (s *PageBlockSubheaderArray) PopFirst() (v PageBlockSubheader, ok bool) {
		tl_page_block_slices_gen.go#L867: func (s *PageBlockSubheaderArray) Pop() (v PageBlockSubheader, ok bool) {