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#L1625: type InputMediaWebPageArray []InputMediaWebPage
tl_input_media_slices_gen.go#L1628: func (s InputMediaWebPageArray) Sort(less func(a, b InputMediaWebPage) bool) InputMediaWebPageArray {
tl_input_media_slices_gen.go#L1636: func (s InputMediaWebPageArray) SortStable(less func(a, b InputMediaWebPage) bool) InputMediaWebPageArray {
tl_input_media_slices_gen.go#L1644: func (s InputMediaWebPageArray) Retain(keep func(x InputMediaWebPage) bool) InputMediaWebPageArray {
tl_input_media_slices_gen.go#L1658: func (s InputMediaWebPageArray) First() (v InputMediaWebPage, ok bool) {
tl_input_media_slices_gen.go#L1666: func (s InputMediaWebPageArray) Last() (v InputMediaWebPage, ok bool) {
tl_input_media_slices_gen.go#L1674: func (s *InputMediaWebPageArray) PopFirst() (v InputMediaWebPage, ok bool) {
tl_input_media_slices_gen.go#L1693: func (s *InputMediaWebPageArray) Pop() (v InputMediaWebPage, ok bool) {
![]() |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |