type github.com/gotd/td/tg.PageBlockUnsupported
19 uses
github.com/gotd/td/tg (current package)
tl_page_block_gen.go#L38: type PageBlockUnsupported struct {
tl_page_block_gen.go#L45: func (p PageBlockUnsupported) construct() PageBlockClass { return &p }
tl_page_block_gen.go#L49: _ bin.Encoder = &PageBlockUnsupported{}
tl_page_block_gen.go#L50: _ bin.Decoder = &PageBlockUnsupported{}
tl_page_block_gen.go#L51: _ bin.BareEncoder = &PageBlockUnsupported{}
tl_page_block_gen.go#L52: _ bin.BareDecoder = &PageBlockUnsupported{}
tl_page_block_gen.go#L54: _ PageBlockClass = &PageBlockUnsupported{}
tl_page_block_gen.go#L57: func (p *PageBlockUnsupported) Zero() bool {
tl_page_block_gen.go#L66: func (p *PageBlockUnsupported) String() string {
tl_page_block_gen.go#L70: type Alias PageBlockUnsupported
tl_page_block_gen.go#L77: func (*PageBlockUnsupported) TypeID() uint32 {
tl_page_block_gen.go#L82: func (*PageBlockUnsupported) TypeName() string {
tl_page_block_gen.go#L87: func (p *PageBlockUnsupported) TypeInfo() tdp.Type {
tl_page_block_gen.go#L101: func (p *PageBlockUnsupported) Encode(b *bin.Buffer) error {
tl_page_block_gen.go#L110: func (p *PageBlockUnsupported) EncodeBare(b *bin.Buffer) error {
tl_page_block_gen.go#L118: func (p *PageBlockUnsupported) Decode(b *bin.Buffer) error {
tl_page_block_gen.go#L129: func (p *PageBlockUnsupported) DecodeBare(b *bin.Buffer) error {
tl_page_block_gen.go#L5502: v := PageBlockUnsupported{}
tl_registry_gen.go#L4272: PageBlockUnsupportedTypeID: func() bin.Object { return &PageBlockUnsupported{} },
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. |