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

21 uses

	github.com/gotd/td/tg (current package)
		tl_page_block_gen.go#L1553: 	Items []PageListItemClass
		tl_page_block_gen.go#L1594: 	GetItems() (value []PageListItemClass)
		tl_page_block_gen.go#L1679: 			p.Items = make([]PageListItemClass, 0, headerLen%bin.PreallocateLimit)
		tl_page_block_gen.go#L1693: func (p *PageBlockList) GetItems() (value []PageListItemClass) {
		tl_page_list_item_gen.go#L47: func (p PageListItemText) construct() PageListItemClass { return &p }
		tl_page_list_item_gen.go#L56: 	_ PageListItemClass = &PageListItemText{}
		tl_page_list_item_gen.go#L187: func (p PageListItemBlocks) construct() PageListItemClass { return &p }
		tl_page_list_item_gen.go#L196: 	_ PageListItemClass = &PageListItemBlocks{}
		tl_page_list_item_gen.go#L350: type PageListItemClass interface {
		tl_page_list_item_gen.go#L355: 	construct() PageListItemClass
		tl_page_list_item_gen.go#L370: func DecodePageListItem(buf *bin.Buffer) (PageListItemClass, error) {
		tl_page_list_item_gen.go#L397: 	PageListItem PageListItemClass
		tl_page_list_item_slices_gen.go#L38: type PageListItemClassArray []PageListItemClass
		tl_page_list_item_slices_gen.go#L41: func (s PageListItemClassArray) Sort(less func(a, b PageListItemClass) bool) PageListItemClassArray {
		tl_page_list_item_slices_gen.go#L49: func (s PageListItemClassArray) SortStable(less func(a, b PageListItemClass) bool) PageListItemClassArray {
		tl_page_list_item_slices_gen.go#L57: func (s PageListItemClassArray) Retain(keep func(x PageListItemClass) bool) PageListItemClassArray {
		tl_page_list_item_slices_gen.go#L71: func (s PageListItemClassArray) First() (v PageListItemClass, ok bool) {
		tl_page_list_item_slices_gen.go#L79: func (s PageListItemClassArray) Last() (v PageListItemClass, ok bool) {
		tl_page_list_item_slices_gen.go#L87: func (s *PageListItemClassArray) PopFirst() (v PageListItemClass, ok bool) {
		tl_page_list_item_slices_gen.go#L97: 	var zero PageListItemClass
		tl_page_list_item_slices_gen.go#L106: func (s *PageListItemClassArray) Pop() (v PageListItemClass, ok bool) {