From 231779ed1b78f899b9214b47816e208215092513 Mon Sep 17 00:00:00 2001 From: Netkas Date: Tue, 14 Feb 2023 13:32:47 -0500 Subject: [PATCH] Updated \TgBotLib\Objects > Sticker --- src/TgBotLib/Objects/Sticker.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TgBotLib/Objects/Sticker.php b/src/TgBotLib/Objects/Sticker.php index 2c8543d..a0841f8 100644 --- a/src/TgBotLib/Objects/Sticker.php +++ b/src/TgBotLib/Objects/Sticker.php @@ -101,7 +101,7 @@ /** * Type of the sticker, currently one of “regular”, “mask”, “custom_emoji”. The type of the sticker is - * independent from its format, which is determined by the fields is_animated and is_video. + * independent of its format, which is determined by the fields is_animated and is_video. * * @return string */