1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-26 23:14:38 +01:00
This commit is contained in:
Daniil Gentili 2024-01-25 18:52:30 +01:00
parent 20f6105a5a
commit 947375a263

View File

@ -31,8 +31,8 @@ abstract class Sticker extends AbstractSticker
MTProto $API,
array $rawMedia,
array $stickerAttribute,
int $width,
int $height,
?int $width,
?int $height,
bool $protected,
) {
parent::__construct($API, $rawMedia, $stickerAttribute, $width, $height, $protected);