File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
library/src/main/java/com/pengrad/telegrambot Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ data class Video(
44 @get:JvmName("fileId") val fileId : String ,
55 @get:JvmName("fileUniqueId") val fileUniqueId : String ,
66
7- @JvmSynthetic val width : Int ,
8- @JvmSynthetic val height : Int ,
9- @JvmSynthetic val duration : Int ,
7+ @get: JvmSynthetic val width : Int ,
8+ @get: JvmSynthetic val height : Int ,
9+ @get: JvmSynthetic val duration : Int ,
1010
1111 @get:JvmName("thumbnail") val thumbnail : PhotoSize ? = null ,
1212 @get:JvmName("cover") val cover : List <PhotoSize >? = null ,
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ class SendGift private constructor(
2222 giftId = giftId
2323 )
2424
25- @JvmSynthetic
25+ @JvmStatic
2626 fun fromChatId (chatId : Long , giftId : String ) =
2727 SendGift (
2828 chatId = chatId,
You can’t perform that action at this time.
0 commit comments