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

36 uses

	github.com/gotd/td/tg (current package)
		tl_handlers_gen.go#L1280: type BotChatBoostHandler func(ctx context.Context, e Entities, update *UpdateBotChatBoost) error
		tl_handlers_gen.go#L1285: 		return handler(ctx, e, update.(*UpdateBotChatBoost))
		tl_registry_gen.go#L3945: 		UpdateBotChatBoostTypeID:                                 func() bin.Object { return &UpdateBotChatBoost{} },
		tl_update_gen.go#L23547: type UpdateBotChatBoost struct {
		tl_update_gen.go#L23563: func (u UpdateBotChatBoost) construct() UpdateClass { return &u }
		tl_update_gen.go#L23567: 	_ bin.Encoder     = &UpdateBotChatBoost{}
		tl_update_gen.go#L23568: 	_ bin.Decoder     = &UpdateBotChatBoost{}
		tl_update_gen.go#L23569: 	_ bin.BareEncoder = &UpdateBotChatBoost{}
		tl_update_gen.go#L23570: 	_ bin.BareDecoder = &UpdateBotChatBoost{}
		tl_update_gen.go#L23572: 	_ UpdateClass = &UpdateBotChatBoost{}
		tl_update_gen.go#L23575: func (u *UpdateBotChatBoost) Zero() bool {
		tl_update_gen.go#L23593: func (u *UpdateBotChatBoost) String() string {
		tl_update_gen.go#L23597: 	type Alias UpdateBotChatBoost
		tl_update_gen.go#L23602: func (u *UpdateBotChatBoost) FillFrom(from interface {
		tl_update_gen.go#L23615: func (*UpdateBotChatBoost) TypeID() uint32 {
		tl_update_gen.go#L23620: func (*UpdateBotChatBoost) TypeName() string {
		tl_update_gen.go#L23625: func (u *UpdateBotChatBoost) TypeInfo() tdp.Type {
		tl_update_gen.go#L23652: func (u *UpdateBotChatBoost) Encode(b *bin.Buffer) error {
		tl_update_gen.go#L23661: func (u *UpdateBotChatBoost) EncodeBare(b *bin.Buffer) error {
		tl_update_gen.go#L23679: func (u *UpdateBotChatBoost) Decode(b *bin.Buffer) error {
		tl_update_gen.go#L23690: func (u *UpdateBotChatBoost) DecodeBare(b *bin.Buffer) error {
		tl_update_gen.go#L23717: func (u *UpdateBotChatBoost) GetPeer() (value PeerClass) {
		tl_update_gen.go#L23725: func (u *UpdateBotChatBoost) GetBoost() (value Boost) {
		tl_update_gen.go#L23733: func (u *UpdateBotChatBoost) GetQts() (value int) {
		tl_update_gen.go#L25770: 		v := UpdateBotChatBoost{}
		tl_update_slices_gen.go#L1448: 		value, ok := elem.(*UpdateBotChatBoost)
		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#L10172: 	var zero UpdateBotChatBoost
		tl_update_slices_gen.go#L10181: func (s *UpdateBotChatBoostArray) Pop() (v UpdateBotChatBoost, ok bool) {
		tl_updates_classifier_gen.go#L73: 	case *UpdateBotChatBoost: