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

11 uses

	github.com/gotd/td/tg (current package)
		tl_handlers_gen.go#L494: 	u.handlers[UpdateBotCallbackQueryTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_registry_gen.go#L302: 		UpdateBotCallbackQueryTypeID:                             "updateBotCallbackQuery#b9cfc48d",
		tl_registry_gen.go#L2084: 		"updateBotCallbackQuery":                             UpdateBotCallbackQueryTypeID,
		tl_registry_gen.go#L3866: 		UpdateBotCallbackQueryTypeID:                             func() bin.Object { return &UpdateBotCallbackQuery{} },
		tl_registry_gen.go#L6563: 			UpdateBotCallbackQueryTypeID,
		tl_update_gen.go#L8138: const UpdateBotCallbackQueryTypeID = 0xb9cfc48d
		tl_update_gen.go#L8223: 	return UpdateBotCallbackQueryTypeID
		tl_update_gen.go#L8235: 		ID:   UpdateBotCallbackQueryTypeID,
		tl_update_gen.go#L8291: 	b.PutID(UpdateBotCallbackQueryTypeID)
		tl_update_gen.go#L8328: 	if err := b.ConsumeID(UpdateBotCallbackQueryTypeID); err != nil {
		tl_update_gen.go#L25215: 	case UpdateBotCallbackQueryTypeID: