type github.com/gotd/td/tg.PageBlockList
32 uses
github.com/gotd/td/tg (current package)
tl_page_block_gen.go#L1551: type PageBlockList struct {
tl_page_block_gen.go#L1560: func (p PageBlockList) construct() PageBlockClass { return &p }
tl_page_block_gen.go#L1564: _ bin.Encoder = &PageBlockList{}
tl_page_block_gen.go#L1565: _ bin.Decoder = &PageBlockList{}
tl_page_block_gen.go#L1566: _ bin.BareEncoder = &PageBlockList{}
tl_page_block_gen.go#L1567: _ bin.BareDecoder = &PageBlockList{}
tl_page_block_gen.go#L1569: _ PageBlockClass = &PageBlockList{}
tl_page_block_gen.go#L1572: func (p *PageBlockList) Zero() bool {
tl_page_block_gen.go#L1584: func (p *PageBlockList) String() string {
tl_page_block_gen.go#L1588: type Alias PageBlockList
tl_page_block_gen.go#L1593: func (p *PageBlockList) FillFrom(from interface {
tl_page_block_gen.go#L1602: func (*PageBlockList) TypeID() uint32 {
tl_page_block_gen.go#L1607: func (*PageBlockList) TypeName() string {
tl_page_block_gen.go#L1612: func (p *PageBlockList) TypeInfo() tdp.Type {
tl_page_block_gen.go#L1631: func (p *PageBlockList) Encode(b *bin.Buffer) error {
tl_page_block_gen.go#L1640: func (p *PageBlockList) EncodeBare(b *bin.Buffer) error {
tl_page_block_gen.go#L1657: func (p *PageBlockList) Decode(b *bin.Buffer) error {
tl_page_block_gen.go#L1668: func (p *PageBlockList) DecodeBare(b *bin.Buffer) error {
tl_page_block_gen.go#L1693: func (p *PageBlockList) GetItems() (value []PageListItemClass) {
tl_page_block_gen.go#L1701: func (p *PageBlockList) MapItems() (value PageListItemClassArray) {
tl_page_block_gen.go#L5579: v := PageBlockList{}
tl_page_block_slices_gen.go#L239: value, ok := elem.(*PageBlockList)
tl_page_block_slices_gen.go#L1209: type PageBlockListArray []PageBlockList
tl_page_block_slices_gen.go#L1212: func (s PageBlockListArray) Sort(less func(a, b PageBlockList) bool) PageBlockListArray {
tl_page_block_slices_gen.go#L1220: func (s PageBlockListArray) SortStable(less func(a, b PageBlockList) bool) PageBlockListArray {
tl_page_block_slices_gen.go#L1228: func (s PageBlockListArray) Retain(keep func(x PageBlockList) bool) PageBlockListArray {
tl_page_block_slices_gen.go#L1242: func (s PageBlockListArray) First() (v PageBlockList, ok bool) {
tl_page_block_slices_gen.go#L1250: func (s PageBlockListArray) Last() (v PageBlockList, ok bool) {
tl_page_block_slices_gen.go#L1258: func (s *PageBlockListArray) PopFirst() (v PageBlockList, ok bool) {
tl_page_block_slices_gen.go#L1268: var zero PageBlockList
tl_page_block_slices_gen.go#L1277: func (s *PageBlockListArray) Pop() (v PageBlockList, ok bool) {
tl_registry_gen.go#L4283: PageBlockListTypeID: func() bin.Object { return &PageBlockList{} },
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. |