type github.com/gotd/td/tg.InputMediaGeoPointArray
12 uses
github.com/gotd/td/tg (current package)
tl_input_media_slices_gen.go#L146: func (s InputMediaClassArray) AsInputMediaGeoPoint() (to InputMediaGeoPointArray) {
tl_input_media_slices_gen.go#L492: type InputMediaGeoPointArray []InputMediaGeoPoint
tl_input_media_slices_gen.go#L495: func (s InputMediaGeoPointArray) Sort(less func(a, b InputMediaGeoPoint) bool) InputMediaGeoPointArray {
tl_input_media_slices_gen.go#L503: func (s InputMediaGeoPointArray) SortStable(less func(a, b InputMediaGeoPoint) bool) InputMediaGeoPointArray {
tl_input_media_slices_gen.go#L511: func (s InputMediaGeoPointArray) Retain(keep func(x InputMediaGeoPoint) bool) InputMediaGeoPointArray {
tl_input_media_slices_gen.go#L525: func (s InputMediaGeoPointArray) First() (v InputMediaGeoPoint, ok bool) {
tl_input_media_slices_gen.go#L533: func (s InputMediaGeoPointArray) Last() (v InputMediaGeoPoint, ok bool) {
tl_input_media_slices_gen.go#L541: func (s *InputMediaGeoPointArray) PopFirst() (v InputMediaGeoPoint, ok bool) {
tl_input_media_slices_gen.go#L560: func (s *InputMediaGeoPointArray) Pop() (v InputMediaGeoPoint, 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. |