1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-03 12:47:46 +01:00

Update to layer 183, fix bindTo settings, fix issue with poll total_voters

This commit is contained in:
Daniil Gentili 2024-07-02 15:47:05 +02:00 committed by Alexander Pankratov
parent 6fc8e0668d
commit 2e3890b8d4

View File

@ -657,7 +657,7 @@ abstract class InternalDoc
*
* Returns a vector hash.
*
* @param array $longs IDs
* @param array<int|string> $longs IDs
*/
final public static function genVectorHash(array $longs): string
{