mirror of
https://github.com/danog/MadelineProto.git
synced 2025-01-23 03:31:17 +01:00
Fixup
This commit is contained in:
parent
f3faa795f6
commit
d8ad514b47
@ -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(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user