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#L902: type InputMediaPhotoExternalArray []InputMediaPhotoExternal
tl_input_media_slices_gen.go#L905: func (s InputMediaPhotoExternalArray) Sort(less func(a, b InputMediaPhotoExternal) bool) InputMediaPhotoExternalArray {
tl_input_media_slices_gen.go#L913: func (s InputMediaPhotoExternalArray) SortStable(less func(a, b InputMediaPhotoExternal) bool) InputMediaPhotoExternalArray {
tl_input_media_slices_gen.go#L921: func (s InputMediaPhotoExternalArray) Retain(keep func(x InputMediaPhotoExternal) bool) InputMediaPhotoExternalArray {
tl_input_media_slices_gen.go#L935: func (s InputMediaPhotoExternalArray) First() (v InputMediaPhotoExternal, ok bool) {
tl_input_media_slices_gen.go#L943: func (s InputMediaPhotoExternalArray) Last() (v InputMediaPhotoExternal, ok bool) {
tl_input_media_slices_gen.go#L951: func (s *InputMediaPhotoExternalArray) PopFirst() (v InputMediaPhotoExternal, ok bool) {
tl_input_media_slices_gen.go#L970: func (s *InputMediaPhotoExternalArray) Pop() (v InputMediaPhotoExternal, 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. |