type github.com/gotd/td/tg.UpdateBotInlineSendArray
12 uses
github.com/gotd/td/tg (current package)
tl_update_slices_gen.go#L575: func (s UpdateClassArray) AsUpdateBotInlineSend() (to UpdateBotInlineSendArray) {
tl_update_slices_gen.go#L4479: type UpdateBotInlineSendArray []UpdateBotInlineSend
tl_update_slices_gen.go#L4482: func (s UpdateBotInlineSendArray) Sort(less func(a, b UpdateBotInlineSend) bool) UpdateBotInlineSendArray {
tl_update_slices_gen.go#L4490: func (s UpdateBotInlineSendArray) SortStable(less func(a, b UpdateBotInlineSend) bool) UpdateBotInlineSendArray {
tl_update_slices_gen.go#L4498: func (s UpdateBotInlineSendArray) Retain(keep func(x UpdateBotInlineSend) bool) UpdateBotInlineSendArray {
tl_update_slices_gen.go#L4512: func (s UpdateBotInlineSendArray) First() (v UpdateBotInlineSend, ok bool) {
tl_update_slices_gen.go#L4520: func (s UpdateBotInlineSendArray) Last() (v UpdateBotInlineSend, ok bool) {
tl_update_slices_gen.go#L4528: func (s *UpdateBotInlineSendArray) PopFirst() (v UpdateBotInlineSend, ok bool) {
tl_update_slices_gen.go#L4547: func (s *UpdateBotInlineSendArray) Pop() (v UpdateBotInlineSend, 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. |