type github.com/gotd/td/tg.PageBlockPhoto
37 uses
github.com/gotd/td/tg (current package)
tl_page_block_gen.go#L2053: type PageBlockPhoto struct {
tl_page_block_gen.go#L2077: func (p PageBlockPhoto) construct() PageBlockClass { return &p }
tl_page_block_gen.go#L2081: _ bin.Encoder = &PageBlockPhoto{}
tl_page_block_gen.go#L2082: _ bin.Decoder = &PageBlockPhoto{}
tl_page_block_gen.go#L2083: _ bin.BareEncoder = &PageBlockPhoto{}
tl_page_block_gen.go#L2084: _ bin.BareDecoder = &PageBlockPhoto{}
tl_page_block_gen.go#L2086: _ PageBlockClass = &PageBlockPhoto{}
tl_page_block_gen.go#L2089: func (p *PageBlockPhoto) Zero() bool {
tl_page_block_gen.go#L2113: func (p *PageBlockPhoto) String() string {
tl_page_block_gen.go#L2117: type Alias PageBlockPhoto
tl_page_block_gen.go#L2122: func (p *PageBlockPhoto) FillFrom(from interface {
tl_page_block_gen.go#L2143: func (*PageBlockPhoto) TypeID() uint32 {
tl_page_block_gen.go#L2148: func (*PageBlockPhoto) TypeName() string {
tl_page_block_gen.go#L2153: func (p *PageBlockPhoto) TypeInfo() tdp.Type {
tl_page_block_gen.go#L2186: func (p *PageBlockPhoto) SetFlags() {
tl_page_block_gen.go#L2196: func (p *PageBlockPhoto) Encode(b *bin.Buffer) error {
tl_page_block_gen.go#L2205: func (p *PageBlockPhoto) EncodeBare(b *bin.Buffer) error {
tl_page_block_gen.go#L2227: func (p *PageBlockPhoto) Decode(b *bin.Buffer) error {
tl_page_block_gen.go#L2238: func (p *PageBlockPhoto) DecodeBare(b *bin.Buffer) error {
tl_page_block_gen.go#L2277: func (p *PageBlockPhoto) GetPhotoID() (value int64) {
tl_page_block_gen.go#L2285: func (p *PageBlockPhoto) GetCaption() (value PageCaption) {
tl_page_block_gen.go#L2293: func (p *PageBlockPhoto) SetURL(value string) {
tl_page_block_gen.go#L2300: func (p *PageBlockPhoto) GetURL() (value string, ok bool) {
tl_page_block_gen.go#L2311: func (p *PageBlockPhoto) SetWebpageID(value int64) {
tl_page_block_gen.go#L2318: func (p *PageBlockPhoto) GetWebpageID() (value int64, ok bool) {
tl_page_block_gen.go#L5600: v := PageBlockPhoto{}
tl_page_block_slices_gen.go#L278: value, ok := elem.(*PageBlockPhoto)
tl_page_block_slices_gen.go#L1455: type PageBlockPhotoArray []PageBlockPhoto
tl_page_block_slices_gen.go#L1458: func (s PageBlockPhotoArray) Sort(less func(a, b PageBlockPhoto) bool) PageBlockPhotoArray {
tl_page_block_slices_gen.go#L1466: func (s PageBlockPhotoArray) SortStable(less func(a, b PageBlockPhoto) bool) PageBlockPhotoArray {
tl_page_block_slices_gen.go#L1474: func (s PageBlockPhotoArray) Retain(keep func(x PageBlockPhoto) bool) PageBlockPhotoArray {
tl_page_block_slices_gen.go#L1488: func (s PageBlockPhotoArray) First() (v PageBlockPhoto, ok bool) {
tl_page_block_slices_gen.go#L1496: func (s PageBlockPhotoArray) Last() (v PageBlockPhoto, ok bool) {
tl_page_block_slices_gen.go#L1504: func (s *PageBlockPhotoArray) PopFirst() (v PageBlockPhoto, ok bool) {
tl_page_block_slices_gen.go#L1514: var zero PageBlockPhoto
tl_page_block_slices_gen.go#L1523: func (s *PageBlockPhotoArray) Pop() (v PageBlockPhoto, ok bool) {
tl_registry_gen.go#L4286: PageBlockPhotoTypeID: func() bin.Object { return &PageBlockPhoto{} },
|
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. |