type github.com/gotd/td/tg.InputMediaPhotoArray
12 uses
github.com/gotd/td/tg (current package)
tl_input_media_slices_gen.go#L133: func (s InputMediaClassArray) AsInputMediaPhoto() (to InputMediaPhotoArray) {
tl_input_media_slices_gen.go#L410: type InputMediaPhotoArray []InputMediaPhoto
tl_input_media_slices_gen.go#L413: func (s InputMediaPhotoArray) Sort(less func(a, b InputMediaPhoto) bool) InputMediaPhotoArray {
tl_input_media_slices_gen.go#L421: func (s InputMediaPhotoArray) SortStable(less func(a, b InputMediaPhoto) bool) InputMediaPhotoArray {
tl_input_media_slices_gen.go#L429: func (s InputMediaPhotoArray) Retain(keep func(x InputMediaPhoto) bool) InputMediaPhotoArray {
tl_input_media_slices_gen.go#L443: func (s InputMediaPhotoArray) First() (v InputMediaPhoto, ok bool) {
tl_input_media_slices_gen.go#L451: func (s InputMediaPhotoArray) Last() (v InputMediaPhoto, ok bool) {
tl_input_media_slices_gen.go#L459: func (s *InputMediaPhotoArray) PopFirst() (v InputMediaPhoto, ok bool) {
tl_input_media_slices_gen.go#L478: func (s *InputMediaPhotoArray) Pop() (v InputMediaPhoto, 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. |