Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
z44d committed Jun 25, 2024
1 parent 55d8c98 commit 19d7d8f
Show file tree
Hide file tree
Showing 2 changed files with 865 additions and 320 deletions.
4 changes: 2 additions & 2 deletions tgram/methods.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ async def get_updates(
"offset": offset,
"limit": limit,
"timeout": timeout,
"allowed_updates": allowed_updates
}
"allowed_updates": allowed_updates,
},
)
return result

Expand Down
Loading

0 comments on commit 19d7d8f

Please sign in to comment.