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

11 uses

	github.com/gotd/td/tg (current package)
		tl_handlers_gen.go#L474: 	u.handlers[UpdateBotInlineSendTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
		tl_registry_gen.go#L300: 		UpdateBotInlineSendTypeID:                                "updateBotInlineSend#12f12a07",
		tl_registry_gen.go#L2082: 		"updateBotInlineSend":                                UpdateBotInlineSendTypeID,
		tl_registry_gen.go#L3864: 		UpdateBotInlineSendTypeID:                                func() bin.Object { return &UpdateBotInlineSend{} },
		tl_registry_gen.go#L6561: 			UpdateBotInlineSendTypeID,
		tl_update_gen.go#L7613: const UpdateBotInlineSendTypeID = 0x12f12a07
		tl_update_gen.go#L7688: 	return UpdateBotInlineSendTypeID
		tl_update_gen.go#L7700: 		ID:   UpdateBotInlineSendTypeID,
		tl_update_gen.go#L7748: 	b.PutID(UpdateBotInlineSendTypeID)
		tl_update_gen.go#L7788: 	if err := b.ConsumeID(UpdateBotInlineSendTypeID); err != nil {
		tl_update_gen.go#L25201: 	case UpdateBotInlineSendTypeID: