type github.com/gotd/td/tg.InputMediaPhotoExternalArray
12 uses
github.com/gotd/td/tg (current package)
tl_input_media_slices_gen.go#L211: func (s InputMediaClassArray) AsInputMediaPhotoExternal() (to InputMediaPhotoExternalArray) {
tl_input_media_slices_gen.go#L941: type InputMediaPhotoExternalArray []InputMediaPhotoExternal
tl_input_media_slices_gen.go#L944: func (s InputMediaPhotoExternalArray) Sort(less func(a, b InputMediaPhotoExternal) bool) InputMediaPhotoExternalArray {
tl_input_media_slices_gen.go#L952: func (s InputMediaPhotoExternalArray) SortStable(less func(a, b InputMediaPhotoExternal) bool) InputMediaPhotoExternalArray {
tl_input_media_slices_gen.go#L960: func (s InputMediaPhotoExternalArray) Retain(keep func(x InputMediaPhotoExternal) bool) InputMediaPhotoExternalArray {
tl_input_media_slices_gen.go#L974: func (s InputMediaPhotoExternalArray) First() (v InputMediaPhotoExternal, ok bool) {
tl_input_media_slices_gen.go#L982: func (s InputMediaPhotoExternalArray) Last() (v InputMediaPhotoExternal, ok bool) {
tl_input_media_slices_gen.go#L990: func (s *InputMediaPhotoExternalArray) PopFirst() (v InputMediaPhotoExternal, ok bool) {
tl_input_media_slices_gen.go#L1009: func (s *InputMediaPhotoExternalArray) Pop() (v InputMediaPhotoExternal, 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. |