1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2025-09-03 23:29:33 +00:00

TgFileUniqueId is value class now

This commit is contained in:
2024-03-16 20:21:29 +06:00
parent 7bbbf54775
commit bb62f9fbd6
19 changed files with 186 additions and 147 deletions

View File

@@ -8,7 +8,7 @@ import dev.inmo.tgbotapi.types.stickers.MaskPosition
inline val Sticker.file_id: FileId
get() = fileId
inline val Sticker.file_unique_id: FileUniqueId
inline val Sticker.file_unique_id: TgFileUniqueId
get() = fileUniqueId
inline val Sticker.is_animated: Boolean
get() = this is AnimatedSticker