const github.com/gotd/td/tg.UpdateBotShippingQueryTypeID

11 uses

	github.com/gotd/td/tg (current package)
		tl_handlers_gen.go#L634: 	u.handlers[UpdateBotShippingQueryTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_registry_gen.go#L316: 		UpdateBotShippingQueryTypeID:                             "updateBotShippingQuery#b5aefd7d",
		tl_registry_gen.go#L2098: 		"updateBotShippingQuery":                             UpdateBotShippingQueryTypeID,
		tl_registry_gen.go#L3880: 		UpdateBotShippingQueryTypeID:                             func() bin.Object { return &UpdateBotShippingQuery{} },
		tl_registry_gen.go#L6577: 			UpdateBotShippingQueryTypeID,
		tl_update_gen.go#L10915: const UpdateBotShippingQueryTypeID = 0xb5aefd7d
		tl_update_gen.go#L10976: 	return UpdateBotShippingQueryTypeID
		tl_update_gen.go#L10988: 		ID:   UpdateBotShippingQueryTypeID,
		tl_update_gen.go#L11020: 	b.PutID(UpdateBotShippingQueryTypeID)
		tl_update_gen.go#L11043: 	if err := b.ConsumeID(UpdateBotShippingQueryTypeID); err != nil {
		tl_update_gen.go#L25313: 	case UpdateBotShippingQueryTypeID: