File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 11
11
12
12
namespace Longman \TelegramBot \Entities ;
13
13
14
+ use phpDocumentor \Reflection \Types \Boolean ;
15
+
14
16
/**
15
17
* Class Sticker
16
18
*
21
23
* @method int getWidth() Sticker width
22
24
* @method int getHeight() Sticker height
23
25
* @method bool getIsAnimated() True, if the sticker is animated
26
+ * @method bool getIsVideo() True, if the sticker is a video sticker
24
27
* @method PhotoSize getThumb() Optional. Sticker thumbnail in .webp or .jpg format
25
28
* @method string getEmoji() Optional. Emoji associated with the sticker
26
29
* @method string getSetName() Optional. Name of the sticker set to which the sticker belongs
Original file line number Diff line number Diff line change 19
19
* @method string getName() Sticker set name
20
20
* @method string getTitle() Sticker set title
21
21
* @method bool getIsAnimated() True, if the sticker set contains animated stickers
22
+ * @method bool getIsVideo() True, if the sticker set contains video stickers
22
23
* @method bool getContainsMasks() True, if the sticker set contains masks
23
24
* @method Sticker[] getStickers() List of all set stickers
24
25
* @method PhotoSize getThumb() Optional. Sticker set thumbnail in the .WEBP or .TGS format
You can’t perform that action at this time.
0 commit comments