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

12 uses

	github.com/gotd/td/tg (current package)
		tl_page_block_slices_gen.go#L146: func (s PageBlockClassArray) AsPageBlockAuthorDate() (to PageBlockAuthorDateArray) {
		tl_page_block_slices_gen.go#L635: type PageBlockAuthorDateArray []PageBlockAuthorDate
		tl_page_block_slices_gen.go#L638: func (s PageBlockAuthorDateArray) Sort(less func(a, b PageBlockAuthorDate) bool) PageBlockAuthorDateArray {
		tl_page_block_slices_gen.go#L646: func (s PageBlockAuthorDateArray) SortStable(less func(a, b PageBlockAuthorDate) bool) PageBlockAuthorDateArray {
		tl_page_block_slices_gen.go#L654: func (s PageBlockAuthorDateArray) Retain(keep func(x PageBlockAuthorDate) bool) PageBlockAuthorDateArray {
		tl_page_block_slices_gen.go#L668: func (s PageBlockAuthorDateArray) First() (v PageBlockAuthorDate, ok bool) {
		tl_page_block_slices_gen.go#L676: func (s PageBlockAuthorDateArray) Last() (v PageBlockAuthorDate, ok bool) {
		tl_page_block_slices_gen.go#L684: func (s *PageBlockAuthorDateArray) PopFirst() (v PageBlockAuthorDate, ok bool) {
		tl_page_block_slices_gen.go#L703: func (s *PageBlockAuthorDateArray) Pop() (v PageBlockAuthorDate, ok bool) {