Add Sticker.frame_count attribute

This commit is contained in:
Mads Marquart
2020-01-09 12:26:44 +01:00
parent 128efe7fba
commit b4009cc0e6

View File

@@ -23,6 +23,8 @@ class Sticker(Attachment):
frames_per_row = attr.ib(None)
#: The amount of frames present in the spritemap pr. column
frames_per_col = attr.ib(None)
#: The total amount of frames in the spritemap
frame_count = attr.ib(None)
#: The frame rate the spritemap is intended to be played in
frame_rate = attr.ib(None)