type github.com/gotd/td/tg.UpdateBotChatBoostArray

12 uses

	github.com/gotd/td/tg (current package)
		tl_update_slices_gen.go#L1446: func (s UpdateClassArray) AsUpdateBotChatBoost() (to UpdateBotChatBoostArray) {
		tl_update_slices_gen.go#L10113: type UpdateBotChatBoostArray []UpdateBotChatBoost
		tl_update_slices_gen.go#L10116: func (s UpdateBotChatBoostArray) Sort(less func(a, b UpdateBotChatBoost) bool) UpdateBotChatBoostArray {
		tl_update_slices_gen.go#L10124: func (s UpdateBotChatBoostArray) SortStable(less func(a, b UpdateBotChatBoost) bool) UpdateBotChatBoostArray {
		tl_update_slices_gen.go#L10132: func (s UpdateBotChatBoostArray) Retain(keep func(x UpdateBotChatBoost) bool) UpdateBotChatBoostArray {
		tl_update_slices_gen.go#L10146: func (s UpdateBotChatBoostArray) First() (v UpdateBotChatBoost, ok bool) {
		tl_update_slices_gen.go#L10154: func (s UpdateBotChatBoostArray) Last() (v UpdateBotChatBoost, ok bool) {
		tl_update_slices_gen.go#L10162: func (s *UpdateBotChatBoostArray) PopFirst() (v UpdateBotChatBoost, ok bool) {
		tl_update_slices_gen.go#L10181: func (s *UpdateBotChatBoostArray) Pop() (v UpdateBotChatBoost, ok bool) {