type github.com/gotd/td/tg.InputMediaPollArray
12 uses
github.com/gotd/td/tg (current package)
tl_input_media_slices_gen.go#L276: func (s InputMediaClassArray) AsInputMediaPoll() (to InputMediaPollArray) {
tl_input_media_slices_gen.go#L1351: type InputMediaPollArray []InputMediaPoll
tl_input_media_slices_gen.go#L1354: func (s InputMediaPollArray) Sort(less func(a, b InputMediaPoll) bool) InputMediaPollArray {
tl_input_media_slices_gen.go#L1362: func (s InputMediaPollArray) SortStable(less func(a, b InputMediaPoll) bool) InputMediaPollArray {
tl_input_media_slices_gen.go#L1370: func (s InputMediaPollArray) Retain(keep func(x InputMediaPoll) bool) InputMediaPollArray {
tl_input_media_slices_gen.go#L1384: func (s InputMediaPollArray) First() (v InputMediaPoll, ok bool) {
tl_input_media_slices_gen.go#L1392: func (s InputMediaPollArray) Last() (v InputMediaPoll, ok bool) {
tl_input_media_slices_gen.go#L1400: func (s *InputMediaPollArray) PopFirst() (v InputMediaPoll, ok bool) {
tl_input_media_slices_gen.go#L1419: func (s *InputMediaPollArray) Pop() (v InputMediaPoll, 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. |