type github.com/gotd/td/tg.InputMediaGeoLiveArray
12 uses
github.com/gotd/td/tg (current package)
tl_input_media_slices_gen.go#L263: func (s InputMediaClassArray) AsInputMediaGeoLive() (to InputMediaGeoLiveArray) {
tl_input_media_slices_gen.go#L1230: type InputMediaGeoLiveArray []InputMediaGeoLive
tl_input_media_slices_gen.go#L1233: func (s InputMediaGeoLiveArray) Sort(less func(a, b InputMediaGeoLive) bool) InputMediaGeoLiveArray {
tl_input_media_slices_gen.go#L1241: func (s InputMediaGeoLiveArray) SortStable(less func(a, b InputMediaGeoLive) bool) InputMediaGeoLiveArray {
tl_input_media_slices_gen.go#L1249: func (s InputMediaGeoLiveArray) Retain(keep func(x InputMediaGeoLive) bool) InputMediaGeoLiveArray {
tl_input_media_slices_gen.go#L1263: func (s InputMediaGeoLiveArray) First() (v InputMediaGeoLive, ok bool) {
tl_input_media_slices_gen.go#L1271: func (s InputMediaGeoLiveArray) Last() (v InputMediaGeoLive, ok bool) {
tl_input_media_slices_gen.go#L1279: func (s *InputMediaGeoLiveArray) PopFirst() (v InputMediaGeoLive, ok bool) {
tl_input_media_slices_gen.go#L1298: func (s *InputMediaGeoLiveArray) Pop() (v InputMediaGeoLive, 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. |