type github.com/gotd/td/tg.VideoSizeStickerMarkupArray
12 uses
github.com/gotd/td/tg (current package)
tl_video_size_slices_gen.go#L146: func (s VideoSizeClassArray) AsVideoSizeStickerMarkup() (to VideoSizeStickerMarkupArray) {
tl_video_size_slices_gen.go#L323: type VideoSizeStickerMarkupArray []VideoSizeStickerMarkup
tl_video_size_slices_gen.go#L326: func (s VideoSizeStickerMarkupArray) Sort(less func(a, b VideoSizeStickerMarkup) bool) VideoSizeStickerMarkupArray {
tl_video_size_slices_gen.go#L334: func (s VideoSizeStickerMarkupArray) SortStable(less func(a, b VideoSizeStickerMarkup) bool) VideoSizeStickerMarkupArray {
tl_video_size_slices_gen.go#L342: func (s VideoSizeStickerMarkupArray) Retain(keep func(x VideoSizeStickerMarkup) bool) VideoSizeStickerMarkupArray {
tl_video_size_slices_gen.go#L356: func (s VideoSizeStickerMarkupArray) First() (v VideoSizeStickerMarkup, ok bool) {
tl_video_size_slices_gen.go#L364: func (s VideoSizeStickerMarkupArray) Last() (v VideoSizeStickerMarkup, ok bool) {
tl_video_size_slices_gen.go#L372: func (s *VideoSizeStickerMarkupArray) PopFirst() (v VideoSizeStickerMarkup, ok bool) {
tl_video_size_slices_gen.go#L391: func (s *VideoSizeStickerMarkupArray) Pop() (v VideoSizeStickerMarkup, 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. |