Skip to content

Commit 26dcc36

Browse files
SenZhangAIrubenlagus
authored andcommitted
Fix Bug: Conflicting getter definitions for property "file_name":
1 parent ba943ac commit 26dcc36

File tree

1 file changed

+1
-1
lines changed
  • telegrambots-meta/src/main/java/org/telegram/telegrambots/meta/api/objects

1 file changed

+1
-1
lines changed

telegrambots-meta/src/main/java/org/telegram/telegrambots/meta/api/objects/Video.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,6 @@ public class Video implements BotApiObject {
105105
* Optional.
106106
* Timestamp in seconds from which the video will play in the message
107107
*/
108-
@JsonProperty(FILE_NAME_FIELD)
108+
@JsonProperty(START_TIMESTAMP_FIELD)
109109
private Integer startTimestamp;
110110
}

0 commit comments

Comments
 (0)