Skip to content

Commit

Permalink
Fix #92
Browse files Browse the repository at this point in the history
  • Loading branch information
ba0f3 committed Jan 10, 2024
1 parent 144b763 commit c926622
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/telebot/private/types.nim
Original file line number Diff line number Diff line change
Expand Up @@ -896,7 +896,7 @@ type
of TextMessage:
messageText*: string
parseMode*: string
linkPreviewOptions: LinkPreviewOptions
linkPreviewOptions*: LinkPreviewOptions
captionEntities*: seq[MessageEntity]
of LocationMessage:
latitude*: float
Expand Down
2 changes: 1 addition & 1 deletion telebot.nimble
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "2023.12.30"
version = "2024.01.10"
author = "Huy Doan"
description = "Async Telegram Bot API Client"
license = "MIT"
Expand Down

0 comments on commit c926622

Please sign in to comment.