Skip to content

Commit db5b16c

Browse files
authored
fixes #11
1 parent e93b9c7 commit db5b16c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

telebot/api.nim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ magic VideoNote:
7373

7474
magic Location:
7575
chatId: int
76-
latitude: int
77-
longitude: int
76+
latitude: float
77+
longitude: float
7878
livePeriod: int {.optional.}
7979
disableNotification: bool {.optional.}
8080
replyToMessageId: int {.optional.}

0 commit comments

Comments
 (0)