mirror of https://github.com/SeanOMik/znc-push.git
There is an easier way to obtain your chat_id
This commit is contained in:
parent
ca11c9b100
commit
91c8842749
|
@ -7,9 +7,11 @@ module by following the above steps.
|
||||||
* First of all, you need to have a telegram account.
|
* First of all, you need to have a telegram account.
|
||||||
* Talk to [BotFather][] to create a new bot and get an api key.
|
* Talk to [BotFather][] to create a new bot and get an api key.
|
||||||
* Create a chat with the bot and say something in the chat.
|
* Create a chat with the bot and say something in the chat.
|
||||||
* Use browser to connect to https://api.telegram.org/bot[apikey]/getUpdates (replace the apikey with
|
* Obtain your chat_id (a numeric id # used internally) one of two ways
|
||||||
the key generated by BotFather). You should see messages sent from you, and there will be several
|
* Use browser to connect to https://api.telegram.org/bot[apikey]/getUpdates (replace the apikey with
|
||||||
id fields in the reply. We'll use the one in the chat session.
|
the key generated by BotFather). You should see messages sent from you, and there will be several
|
||||||
|
id fields in the reply. We'll use the one in the chat session.
|
||||||
|
* Chat with @get_id, and send it the command /my_id. It will respond with your chat_id
|
||||||
* set service to 'telegram': <code>/msg *push set service telegram</code>
|
* set service to 'telegram': <code>/msg *push set service telegram</code>
|
||||||
* set secret to the **api key**: <code>/msg *push set secret your-api-key</code>
|
* set secret to the **api key**: <code>/msg *push set secret your-api-key</code>
|
||||||
* set target to chat ID: <code>/msg *push set target your-chat-id</code>
|
* set target to chat ID: <code>/msg *push set target your-chat-id</code>
|
||||||
|
|
Loading…
Reference in New Issue