Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Range check error #3

Open
ice-product96 opened this issue May 20, 2024 · 1 comment
Open

Range check error #3

ice-product96 opened this issue May 20, 2024 · 1 comment

Comments

@ice-product96
Copy link

ошибка возникает в модуле vk.message
function TVkParamsMessageSend.RandomId(const Value: Integer): TVkParamsMessageSend;
begin
if Value = -1 then
List.Add('random_id', GetRandomId)
else
List.Add('random_id', Value);
Result := Self;
end;
функция принимает integer но Params.RandomId(GetRandomId); GetRandomId result = int64

@HemulGM
Copy link
Owner

HemulGM commented May 20, 2024

Ошибка связана немного не с этим, но я вроде поправил. Буду ждать фидбека

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants