type github.com/gotd/td/tg.PageBlockVideo
37 uses
github.com/gotd/td/tg (current package)
tl_page_block_gen.go#L2332: type PageBlockVideo struct {
tl_page_block_gen.go#L2352: func (p PageBlockVideo) construct() PageBlockClass { return &p }
tl_page_block_gen.go#L2356: _ bin.Encoder = &PageBlockVideo{}
tl_page_block_gen.go#L2357: _ bin.Decoder = &PageBlockVideo{}
tl_page_block_gen.go#L2358: _ bin.BareEncoder = &PageBlockVideo{}
tl_page_block_gen.go#L2359: _ bin.BareDecoder = &PageBlockVideo{}
tl_page_block_gen.go#L2361: _ PageBlockClass = &PageBlockVideo{}
tl_page_block_gen.go#L2364: func (p *PageBlockVideo) Zero() bool {
tl_page_block_gen.go#L2388: func (p *PageBlockVideo) String() string {
tl_page_block_gen.go#L2392: type Alias PageBlockVideo
tl_page_block_gen.go#L2397: func (p *PageBlockVideo) FillFrom(from interface {
tl_page_block_gen.go#L2412: func (*PageBlockVideo) TypeID() uint32 {
tl_page_block_gen.go#L2417: func (*PageBlockVideo) TypeName() string {
tl_page_block_gen.go#L2422: func (p *PageBlockVideo) TypeInfo() tdp.Type {
tl_page_block_gen.go#L2455: func (p *PageBlockVideo) SetFlags() {
tl_page_block_gen.go#L2465: func (p *PageBlockVideo) Encode(b *bin.Buffer) error {
tl_page_block_gen.go#L2474: func (p *PageBlockVideo) EncodeBare(b *bin.Buffer) error {
tl_page_block_gen.go#L2490: func (p *PageBlockVideo) Decode(b *bin.Buffer) error {
tl_page_block_gen.go#L2501: func (p *PageBlockVideo) DecodeBare(b *bin.Buffer) error {
tl_page_block_gen.go#L2528: func (p *PageBlockVideo) SetAutoplay(value bool) {
tl_page_block_gen.go#L2539: func (p *PageBlockVideo) GetAutoplay() (value bool) {
tl_page_block_gen.go#L2547: func (p *PageBlockVideo) SetLoop(value bool) {
tl_page_block_gen.go#L2558: func (p *PageBlockVideo) GetLoop() (value bool) {
tl_page_block_gen.go#L2566: func (p *PageBlockVideo) GetVideoID() (value int64) {
tl_page_block_gen.go#L2574: func (p *PageBlockVideo) GetCaption() (value PageCaption) {
tl_page_block_gen.go#L5607: v := PageBlockVideo{}
tl_page_block_slices_gen.go#L291: value, ok := elem.(*PageBlockVideo)
tl_page_block_slices_gen.go#L1537: type PageBlockVideoArray []PageBlockVideo
tl_page_block_slices_gen.go#L1540: func (s PageBlockVideoArray) Sort(less func(a, b PageBlockVideo) bool) PageBlockVideoArray {
tl_page_block_slices_gen.go#L1548: func (s PageBlockVideoArray) SortStable(less func(a, b PageBlockVideo) bool) PageBlockVideoArray {
tl_page_block_slices_gen.go#L1556: func (s PageBlockVideoArray) Retain(keep func(x PageBlockVideo) bool) PageBlockVideoArray {
tl_page_block_slices_gen.go#L1570: func (s PageBlockVideoArray) First() (v PageBlockVideo, ok bool) {
tl_page_block_slices_gen.go#L1578: func (s PageBlockVideoArray) Last() (v PageBlockVideo, ok bool) {
tl_page_block_slices_gen.go#L1586: func (s *PageBlockVideoArray) PopFirst() (v PageBlockVideo, ok bool) {
tl_page_block_slices_gen.go#L1596: var zero PageBlockVideo
tl_page_block_slices_gen.go#L1605: func (s *PageBlockVideoArray) Pop() (v PageBlockVideo, ok bool) {
tl_registry_gen.go#L4287: PageBlockVideoTypeID: func() bin.Object { return &PageBlockVideo{} },
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. |