Skip to content

Commit

Permalink
make last name optional
Browse files Browse the repository at this point in the history
  • Loading branch information
hamidb80 committed Oct 6, 2023
1 parent 7997f39 commit 6b02858
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bale.nimble
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Package

version = "0.0.1"
version = "0.0.2"
author = "hamidb80"
description = "Bale.ai Bot API client"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/bale.nim
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ defFields User, {
id: int,
username: string,
first_name: string,
last_name: string,
last_name: Option[string],
language_code: Option[string],
is_bot: bool}

Expand Down
Binary file added tests/test1
Binary file not shown.

0 comments on commit 6b02858

Please sign in to comment.