Skip to content

Commit

Permalink
Added is_animated boolean. (#29)
Browse files Browse the repository at this point in the history
Added is_animated boolean.
  • Loading branch information
sergeysova committed Jan 13, 2020
2 parents 6ab52ba + e2553dd commit db6b270
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 db6b270

Please sign in to comment.