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) {