type github.com/gotd/td/tg.PageBlockVideoArray
12 uses
github.com/gotd/td/tg (current package)
tl_page_block_slices_gen.go#L289: func (s PageBlockClassArray) AsPageBlockVideo() (to PageBlockVideoArray) {
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#L1605: func (s *PageBlockVideoArray) Pop() (v PageBlockVideo, 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. |