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

36 uses

	github.com/gotd/td/tg (current package)
		tl_handlers_gen.go#L1254: type BotChatBoostHandler func(ctx context.Context, e Entities, update *UpdateBotChatBoost) error
		tl_handlers_gen.go#L1259: 		return handler(ctx, e, update.(*UpdateBotChatBoost))
		tl_registry_gen.go#L5353: 		UpdateBotChatBoostTypeID:                                 func() bin.Object { return &UpdateBotChatBoost{} },
		tl_update_gen.go#L23858: type UpdateBotChatBoost struct {
		tl_update_gen.go#L23874: func (u UpdateBotChatBoost) construct() UpdateClass { return &u }
		tl_update_gen.go#L23878: 	_ bin.Encoder     = &UpdateBotChatBoost{}
		tl_update_gen.go#L23879: 	_ bin.Decoder     = &UpdateBotChatBoost{}
		tl_update_gen.go#L23880: 	_ bin.BareEncoder = &UpdateBotChatBoost{}
		tl_update_gen.go#L23881: 	_ bin.BareDecoder = &UpdateBotChatBoost{}
		tl_update_gen.go#L23883: 	_ UpdateClass = &UpdateBotChatBoost{}
		tl_update_gen.go#L23886: func (u *UpdateBotChatBoost) Zero() bool {
		tl_update_gen.go#L23904: func (u *UpdateBotChatBoost) String() string {
		tl_update_gen.go#L23908: 	type Alias UpdateBotChatBoost
		tl_update_gen.go#L23913: func (u *UpdateBotChatBoost) FillFrom(from interface {
		tl_update_gen.go#L23926: func (*UpdateBotChatBoost) TypeID() uint32 {
		tl_update_gen.go#L23931: func (*UpdateBotChatBoost) TypeName() string {
		tl_update_gen.go#L23936: func (u *UpdateBotChatBoost) TypeInfo() tdp.Type {
		tl_update_gen.go#L23963: func (u *UpdateBotChatBoost) Encode(b *bin.Buffer) error {
		tl_update_gen.go#L23972: func (u *UpdateBotChatBoost) EncodeBare(b *bin.Buffer) error {
		tl_update_gen.go#L23990: func (u *UpdateBotChatBoost) Decode(b *bin.Buffer) error {
		tl_update_gen.go#L24001: func (u *UpdateBotChatBoost) DecodeBare(b *bin.Buffer) error {
		tl_update_gen.go#L24028: func (u *UpdateBotChatBoost) GetPeer() (value PeerClass) {
		tl_update_gen.go#L24036: func (u *UpdateBotChatBoost) GetBoost() (value Boost) {
		tl_update_gen.go#L24044: func (u *UpdateBotChatBoost) GetQts() (value int) {
		tl_update_gen.go#L34998: 		v := UpdateBotChatBoost{}
		tl_update_slices_gen.go#L1409: 		value, ok := elem.(*UpdateBotChatBoost)
		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#L10433: 	var zero UpdateBotChatBoost
		tl_update_slices_gen.go#L10442: func (s *UpdateBotChatBoostArray) Pop() (v UpdateBotChatBoost, ok bool) {
		tl_updates_classifier_gen.go#L73: 	case *UpdateBotChatBoost: