1
0
mirror of https://github.com/danog/MadelineProto.git synced 2025-01-23 03:31:17 +01:00
This commit is contained in:
Daniil Gentili 2023-11-09 21:11:06 +01:00
parent f3faa795f6
commit d8ad514b47

View File

@ -104,8 +104,10 @@ abstract class Message extends AbstractMessage
/** /**
* Group ID for albums. * Group ID for albums.
*
* All messages associated to the same album will have an identical grouped ID.
*/ */
public readonly int $groupedId; public readonly ?int $groupedId;
/** @internal */ /** @internal */
public function __construct( public function __construct(