Skip to content

Commit

Permalink
Added is_animated boolean.
Browse files Browse the repository at this point in the history
  • Loading branch information
sa68ru committed Jan 7, 2020
1 parent 6ab52ba commit e2553dd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion javascript/index.d.ts
Expand Up @@ -1623,6 +1623,11 @@ export interface Sticker {
*/
height: number;

/**
* True, if the sticker is animated
*/
is_animated: boolean;

/**
* Sticker thumbnail in the .webp or .jpg format
*/
Expand Down Expand Up @@ -3602,4 +3607,4 @@ export interface GameHighScore {
* Score
*/
score: number;
}
}

0 comments on commit e2553dd

Please sign in to comment.