type github.com/gotd/td/tg.InputPollAnswerArray
12 uses
github.com/gotd/td/tg (current package)
tl_poll_answer_slices_gen.go#L133: func (s PollAnswerClassArray) AsInputPollAnswer() (to InputPollAnswerArray) {
tl_poll_answer_slices_gen.go#L228: type InputPollAnswerArray []InputPollAnswer
tl_poll_answer_slices_gen.go#L231: func (s InputPollAnswerArray) Sort(less func(a, b InputPollAnswer) bool) InputPollAnswerArray {
tl_poll_answer_slices_gen.go#L239: func (s InputPollAnswerArray) SortStable(less func(a, b InputPollAnswer) bool) InputPollAnswerArray {
tl_poll_answer_slices_gen.go#L247: func (s InputPollAnswerArray) Retain(keep func(x InputPollAnswer) bool) InputPollAnswerArray {
tl_poll_answer_slices_gen.go#L261: func (s InputPollAnswerArray) First() (v InputPollAnswer, ok bool) {
tl_poll_answer_slices_gen.go#L269: func (s InputPollAnswerArray) Last() (v InputPollAnswer, ok bool) {
tl_poll_answer_slices_gen.go#L277: func (s *InputPollAnswerArray) PopFirst() (v InputPollAnswer, ok bool) {
tl_poll_answer_slices_gen.go#L296: func (s *InputPollAnswerArray) Pop() (v InputPollAnswer, 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. |