File tree 2 files changed +4
-4
lines changed
library/src/main/java/com/pengrad/telegrambot
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ data class Video(
4
4
@get:JvmName("fileId") val fileId : String ,
5
5
@get:JvmName("fileUniqueId") val fileUniqueId : String ,
6
6
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 ,
10
10
11
11
@get:JvmName("thumbnail") val thumbnail : PhotoSize ? = null ,
12
12
@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(
22
22
giftId = giftId
23
23
)
24
24
25
- @JvmSynthetic
25
+ @JvmStatic
26
26
fun fromChatId (chatId : Long , giftId : String ) =
27
27
SendGift (
28
28
chatId = chatId,
You can’t perform that action at this time.
0 commit comments