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

11 uses

	github.com/gotd/td/tg (current package)
		tl_handlers_gen.go#L464: 	u.handlers[UpdateBotInlineQueryTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_registry_gen.go#L299: 		UpdateBotInlineQueryTypeID:                               "updateBotInlineQuery#496f379c",
		tl_registry_gen.go#L2081: 		"updateBotInlineQuery":                               UpdateBotInlineQueryTypeID,
		tl_registry_gen.go#L3863: 		UpdateBotInlineQueryTypeID:                               func() bin.Object { return &UpdateBotInlineQuery{} },
		tl_registry_gen.go#L6560: 			UpdateBotInlineQueryTypeID,
		tl_update_gen.go#L7265: const UpdateBotInlineQueryTypeID = 0x496f379c
		tl_update_gen.go#L7345: 	return UpdateBotInlineQueryTypeID
		tl_update_gen.go#L7357: 		ID:   UpdateBotInlineQueryTypeID,
		tl_update_gen.go#L7409: 	b.PutID(UpdateBotInlineQueryTypeID)
		tl_update_gen.go#L7450: 	if err := b.ConsumeID(UpdateBotInlineQueryTypeID); err != nil {
		tl_update_gen.go#L25194: 	case UpdateBotInlineQueryTypeID: