1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-30 08:18:59 +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 c697f28aa8
commit 7acb8cc070

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
{