Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
deni2312 authored Mar 3, 2023
1 parent ca4d438 commit 11d3cdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ int main(int argc, char **argv) {
### Usage
The **api** paramater contains all methods of Telegram APIs, and **update** paramater contains the message sent by the user.
The **update** paramater is the JSON rappresentation of the message sent by the user, and for example if you need to access the chat-id paramater you can simply type :
The **update** paramater is the JSON rappresentation of the update sent by the user, and for example if you need to access the chat-id paramater you can simply type :
```c++
update.message->chat->id
```
Expand Down

0 comments on commit 11d3cdb

Please sign in to comment.