type github.com/gotd/td/tg.PageBlockFooter
31 uses
github.com/gotd/td/tg (current package)
tl_page_block_gen.go#L1174: type PageBlockFooter struct {
tl_page_block_gen.go#L1183: func (p PageBlockFooter) construct() PageBlockClass { return &p }
tl_page_block_gen.go#L1187: _ bin.Encoder = &PageBlockFooter{}
tl_page_block_gen.go#L1188: _ bin.Decoder = &PageBlockFooter{}
tl_page_block_gen.go#L1189: _ bin.BareEncoder = &PageBlockFooter{}
tl_page_block_gen.go#L1190: _ bin.BareDecoder = &PageBlockFooter{}
tl_page_block_gen.go#L1192: _ PageBlockClass = &PageBlockFooter{}
tl_page_block_gen.go#L1195: func (p *PageBlockFooter) Zero() bool {
tl_page_block_gen.go#L1207: func (p *PageBlockFooter) String() string {
tl_page_block_gen.go#L1211: type Alias PageBlockFooter
tl_page_block_gen.go#L1216: func (p *PageBlockFooter) FillFrom(from interface {
tl_page_block_gen.go#L1225: func (*PageBlockFooter) TypeID() uint32 {
tl_page_block_gen.go#L1230: func (*PageBlockFooter) TypeName() string {
tl_page_block_gen.go#L1235: func (p *PageBlockFooter) TypeInfo() tdp.Type {
tl_page_block_gen.go#L1254: func (p *PageBlockFooter) Encode(b *bin.Buffer) error {
tl_page_block_gen.go#L1263: func (p *PageBlockFooter) EncodeBare(b *bin.Buffer) error {
tl_page_block_gen.go#L1277: func (p *PageBlockFooter) Decode(b *bin.Buffer) error {
tl_page_block_gen.go#L1288: func (p *PageBlockFooter) DecodeBare(b *bin.Buffer) error {
tl_page_block_gen.go#L1303: func (p *PageBlockFooter) GetText() (value RichTextClass) {
tl_page_block_gen.go#L5558: v := PageBlockFooter{}
tl_page_block_slices_gen.go#L213: value, ok := elem.(*PageBlockFooter)
tl_page_block_slices_gen.go#L1045: type PageBlockFooterArray []PageBlockFooter
tl_page_block_slices_gen.go#L1048: func (s PageBlockFooterArray) Sort(less func(a, b PageBlockFooter) bool) PageBlockFooterArray {
tl_page_block_slices_gen.go#L1056: func (s PageBlockFooterArray) SortStable(less func(a, b PageBlockFooter) bool) PageBlockFooterArray {
tl_page_block_slices_gen.go#L1064: func (s PageBlockFooterArray) Retain(keep func(x PageBlockFooter) bool) PageBlockFooterArray {
tl_page_block_slices_gen.go#L1078: func (s PageBlockFooterArray) First() (v PageBlockFooter, ok bool) {
tl_page_block_slices_gen.go#L1086: func (s PageBlockFooterArray) Last() (v PageBlockFooter, ok bool) {
tl_page_block_slices_gen.go#L1094: func (s *PageBlockFooterArray) PopFirst() (v PageBlockFooter, ok bool) {
tl_page_block_slices_gen.go#L1104: var zero PageBlockFooter
tl_page_block_slices_gen.go#L1113: func (s *PageBlockFooterArray) Pop() (v PageBlockFooter, ok bool) {
tl_registry_gen.go#L4280: PageBlockFooterTypeID: func() bin.Object { return &PageBlockFooter{} },
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. |