VK_API icon indicating copy to clipboard operation
VK_API copied to clipboard

VK API Wrapper

Results 1 VK_API issues
Sort by recently updated
recently updated
newest added

ошибка возникает в модуле 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);...