type github.com/gotd/td/tg.MessageMediaPhotoArray
12 uses
github.com/gotd/td/tg (current package)
tl_message_media_slices_gen.go#L120: func (s MessageMediaClassArray) AsMessageMediaPhoto() (to MessageMediaPhotoArray) {
tl_message_media_slices_gen.go#L341: type MessageMediaPhotoArray []MessageMediaPhoto
tl_message_media_slices_gen.go#L344: func (s MessageMediaPhotoArray) Sort(less func(a, b MessageMediaPhoto) bool) MessageMediaPhotoArray {
tl_message_media_slices_gen.go#L352: func (s MessageMediaPhotoArray) SortStable(less func(a, b MessageMediaPhoto) bool) MessageMediaPhotoArray {
tl_message_media_slices_gen.go#L360: func (s MessageMediaPhotoArray) Retain(keep func(x MessageMediaPhoto) bool) MessageMediaPhotoArray {
tl_message_media_slices_gen.go#L374: func (s MessageMediaPhotoArray) First() (v MessageMediaPhoto, ok bool) {
tl_message_media_slices_gen.go#L382: func (s MessageMediaPhotoArray) Last() (v MessageMediaPhoto, ok bool) {
tl_message_media_slices_gen.go#L390: func (s *MessageMediaPhotoArray) PopFirst() (v MessageMediaPhoto, ok bool) {
tl_message_media_slices_gen.go#L409: func (s *MessageMediaPhotoArray) Pop() (v MessageMediaPhoto, 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. |