Skip to content

Commit 2fa4dd2

Browse files
committed
Revise
1 parent aa27837 commit 2fa4dd2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,13 @@ Then, configure your Telegram Bot API Token:
6969

7070
## Retrieving Chat ID
7171

72-
In order for us to send notifications to your Telegram Bot user/channel or group, we need to know their Chat ID.
72+
For us to send notifications to your Telegram Bot user/channel or group, we need to know their Chat ID.
7373

7474
This can be done by fetching the [updates][link-telegram-docs-update] for your Bot using the `getUpdates` method as per Telegram Bot API [docs][link-telegram-docs-getupdates].
7575

7676
An [update][link-telegram-docs-update] is an object containing relevant fields based on the type of update it represents, some examples of an update object are `message`, `callback_query`, and `poll`. For a complete list of fields, see [Telegram Bot API docs][link-telegram-docs-update].
7777

78-
To make things easier, the library comes with a handy method which can be used to get the updates from which you can parse the relevant Chat ID.
78+
To make things easier, the library comes with a handy method that can be used to get the updates from which you can parse the relevant Chat ID.
7979

8080
Please keep in mind the user has to first interact with your bot for you to be able to obtain their Chat ID which you can then store in your database for future interactions or notifications.
8181

0 commit comments

Comments
 (0)