type github.com/gotd/td/tg.UpdateBotStoppedArray
16 uses
github.com/gotd/td/tg (current package)
tl_update_slices_gen.go#L1173: func (s UpdateClassArray) AsUpdateBotStopped() (to UpdateBotStoppedArray) {
tl_update_slices_gen.go#L8335: type UpdateBotStoppedArray []UpdateBotStopped
tl_update_slices_gen.go#L8338: func (s UpdateBotStoppedArray) Sort(less func(a, b UpdateBotStopped) bool) UpdateBotStoppedArray {
tl_update_slices_gen.go#L8346: func (s UpdateBotStoppedArray) SortStable(less func(a, b UpdateBotStopped) bool) UpdateBotStoppedArray {
tl_update_slices_gen.go#L8354: func (s UpdateBotStoppedArray) Retain(keep func(x UpdateBotStopped) bool) UpdateBotStoppedArray {
tl_update_slices_gen.go#L8368: func (s UpdateBotStoppedArray) First() (v UpdateBotStopped, ok bool) {
tl_update_slices_gen.go#L8376: func (s UpdateBotStoppedArray) Last() (v UpdateBotStopped, ok bool) {
tl_update_slices_gen.go#L8384: func (s *UpdateBotStoppedArray) PopFirst() (v UpdateBotStopped, ok bool) {
tl_update_slices_gen.go#L8403: func (s *UpdateBotStoppedArray) Pop() (v UpdateBotStopped, ok bool) {
tl_update_slices_gen.go#L8417: func (s UpdateBotStoppedArray) SortByDate() UpdateBotStoppedArray {
tl_update_slices_gen.go#L8424: func (s UpdateBotStoppedArray) SortStableByDate() UpdateBotStoppedArray {
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. |