type github.com/gotd/td/tg.UpdateBotChatBoostArray
12 uses
github.com/gotd/td/tg (current package)
tl_update_slices_gen.go#L1407: func (s UpdateClassArray) AsUpdateBotChatBoost() (to UpdateBotChatBoostArray) {
tl_update_slices_gen.go#L10374: type UpdateBotChatBoostArray []UpdateBotChatBoost
tl_update_slices_gen.go#L10377: func (s UpdateBotChatBoostArray) Sort(less func(a, b UpdateBotChatBoost) bool) UpdateBotChatBoostArray {
tl_update_slices_gen.go#L10385: func (s UpdateBotChatBoostArray) SortStable(less func(a, b UpdateBotChatBoost) bool) UpdateBotChatBoostArray {
tl_update_slices_gen.go#L10393: func (s UpdateBotChatBoostArray) Retain(keep func(x UpdateBotChatBoost) bool) UpdateBotChatBoostArray {
tl_update_slices_gen.go#L10407: func (s UpdateBotChatBoostArray) First() (v UpdateBotChatBoost, ok bool) {
tl_update_slices_gen.go#L10415: func (s UpdateBotChatBoostArray) Last() (v UpdateBotChatBoost, ok bool) {
tl_update_slices_gen.go#L10423: func (s *UpdateBotChatBoostArray) PopFirst() (v UpdateBotChatBoost, ok bool) {
tl_update_slices_gen.go#L10442: func (s *UpdateBotChatBoostArray) Pop() (v UpdateBotChatBoost, ok bool) {
![]() |
The pages are generated with Golds v0.8.5. (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. |