type github.com/gotd/td/tg.InputMediaWebPageArray
12 uses
github.com/gotd/td/tg (current package)
tl_input_media_slices_gen.go#L315: func (s InputMediaClassArray) AsInputMediaWebPage() (to InputMediaWebPageArray) {
tl_input_media_slices_gen.go#L1586: type InputMediaWebPageArray []InputMediaWebPage
tl_input_media_slices_gen.go#L1589: func (s InputMediaWebPageArray) Sort(less func(a, b InputMediaWebPage) bool) InputMediaWebPageArray {
tl_input_media_slices_gen.go#L1597: func (s InputMediaWebPageArray) SortStable(less func(a, b InputMediaWebPage) bool) InputMediaWebPageArray {
tl_input_media_slices_gen.go#L1605: func (s InputMediaWebPageArray) Retain(keep func(x InputMediaWebPage) bool) InputMediaWebPageArray {
tl_input_media_slices_gen.go#L1619: func (s InputMediaWebPageArray) First() (v InputMediaWebPage, ok bool) {
tl_input_media_slices_gen.go#L1627: func (s InputMediaWebPageArray) Last() (v InputMediaWebPage, ok bool) {
tl_input_media_slices_gen.go#L1635: func (s *InputMediaWebPageArray) PopFirst() (v InputMediaWebPage, ok bool) {
tl_input_media_slices_gen.go#L1654: func (s *InputMediaWebPageArray) Pop() (v InputMediaWebPage, 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. |