type github.com/gotd/td/tg.Page
37 uses
github.com/gotd/td/tg (current package)
tl_page_gen.go#L41: type Page struct {
tl_page_gen.go#L79: _ bin.Encoder = &Page{}
tl_page_gen.go#L80: _ bin.Decoder = &Page{}
tl_page_gen.go#L81: _ bin.BareEncoder = &Page{}
tl_page_gen.go#L82: _ bin.BareDecoder = &Page{}
tl_page_gen.go#L85: func (p *Page) Zero() bool {
tl_page_gen.go#L121: func (p *Page) String() string {
tl_page_gen.go#L125: type Alias Page
tl_page_gen.go#L130: func (p *Page) FillFrom(from interface {
tl_page_gen.go#L156: func (*Page) TypeID() uint32 {
tl_page_gen.go#L161: func (*Page) TypeName() string {
tl_page_gen.go#L166: func (p *Page) TypeInfo() tdp.Type {
tl_page_gen.go#L217: func (p *Page) SetFlags() {
tl_page_gen.go#L233: func (p *Page) Encode(b *bin.Buffer) error {
tl_page_gen.go#L242: func (p *Page) EncodeBare(b *bin.Buffer) error {
tl_page_gen.go#L285: func (p *Page) Decode(b *bin.Buffer) error {
tl_page_gen.go#L296: func (p *Page) DecodeBare(b *bin.Buffer) error {
tl_page_gen.go#L377: func (p *Page) SetPart(value bool) {
tl_page_gen.go#L388: func (p *Page) GetPart() (value bool) {
tl_page_gen.go#L396: func (p *Page) SetRtl(value bool) {
tl_page_gen.go#L407: func (p *Page) GetRtl() (value bool) {
tl_page_gen.go#L415: func (p *Page) SetV2(value bool) {
tl_page_gen.go#L426: func (p *Page) GetV2() (value bool) {
tl_page_gen.go#L434: func (p *Page) GetURL() (value string) {
tl_page_gen.go#L442: func (p *Page) GetBlocks() (value []PageBlockClass) {
tl_page_gen.go#L450: func (p *Page) GetPhotos() (value []PhotoClass) {
tl_page_gen.go#L458: func (p *Page) GetDocuments() (value []DocumentClass) {
tl_page_gen.go#L466: func (p *Page) SetViews(value int) {
tl_page_gen.go#L473: func (p *Page) GetViews() (value int, ok bool) {
tl_page_gen.go#L484: func (p *Page) MapBlocks() (value PageBlockClassArray) {
tl_page_gen.go#L489: func (p *Page) MapPhotos() (value PhotoClassArray) {
tl_page_gen.go#L494: func (p *Page) MapDocuments() (value DocumentClassArray) {
tl_registry_gen.go#L4495: PageTypeID: func() bin.Object { return &Page{} },
tl_web_page_gen.go#L547: CachedPage Page
tl_web_page_gen.go#L666: GetCachedPage() (value Page, ok bool)
tl_web_page_gen.go#L1413: func (w *WebPage) SetCachedPage(value Page) {
tl_web_page_gen.go#L1420: func (w *WebPage) GetCachedPage() (value Page, ok bool) {
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. |