type github.com/gotd/td/tg.UpdateMessageExtendedMediaArray
12 uses
github.com/gotd/td/tg (current package)
tl_update_slices_gen.go#L1316: func (s UpdateClassArray) AsUpdateMessageExtendedMedia() (to UpdateMessageExtendedMediaArray) {
tl_update_slices_gen.go#L9265: type UpdateMessageExtendedMediaArray []UpdateMessageExtendedMedia
tl_update_slices_gen.go#L9268: func (s UpdateMessageExtendedMediaArray) Sort(less func(a, b UpdateMessageExtendedMedia) bool) UpdateMessageExtendedMediaArray {
tl_update_slices_gen.go#L9276: func (s UpdateMessageExtendedMediaArray) SortStable(less func(a, b UpdateMessageExtendedMedia) bool) UpdateMessageExtendedMediaArray {
tl_update_slices_gen.go#L9284: func (s UpdateMessageExtendedMediaArray) Retain(keep func(x UpdateMessageExtendedMedia) bool) UpdateMessageExtendedMediaArray {
tl_update_slices_gen.go#L9298: func (s UpdateMessageExtendedMediaArray) First() (v UpdateMessageExtendedMedia, ok bool) {
tl_update_slices_gen.go#L9306: func (s UpdateMessageExtendedMediaArray) Last() (v UpdateMessageExtendedMedia, ok bool) {
tl_update_slices_gen.go#L9314: func (s *UpdateMessageExtendedMediaArray) PopFirst() (v UpdateMessageExtendedMedia, ok bool) {
tl_update_slices_gen.go#L9333: func (s *UpdateMessageExtendedMediaArray) Pop() (v UpdateMessageExtendedMedia, 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. |