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#L1312: type InputMediaPollArray []InputMediaPoll
tl_input_media_slices_gen.go#L1315: func (s InputMediaPollArray) Sort(less func(a, b InputMediaPoll) bool) InputMediaPollArray {
tl_input_media_slices_gen.go#L1323: func (s InputMediaPollArray) SortStable(less func(a, b InputMediaPoll) bool) InputMediaPollArray {
tl_input_media_slices_gen.go#L1331: func (s InputMediaPollArray) Retain(keep func(x InputMediaPoll) bool) InputMediaPollArray {
tl_input_media_slices_gen.go#L1345: func (s InputMediaPollArray) First() (v InputMediaPoll, ok bool) {
tl_input_media_slices_gen.go#L1353: func (s InputMediaPollArray) Last() (v InputMediaPoll, ok bool) {
tl_input_media_slices_gen.go#L1361: func (s *InputMediaPollArray) PopFirst() (v InputMediaPoll, ok bool) {
tl_input_media_slices_gen.go#L1380: func (s *InputMediaPollArray) Pop() (v InputMediaPoll, 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. |