Max Stepanov

Results 4 comments of Max Stepanov

The only way to do it now is to use `baseUrl` parameter in api constructor. I used it when Telegram was blocked in Russia. Idea is to have VPS on...

I use bot together with other bots in a chat groups. You can implement special "commands", for example, `!command params` and parse it inside your bot as regular message. All...

Please check your user_id field. It have to be Integer identity of user. You get it in update at path `update.message.from.id`.

Is there any chance this to be merged soon? I'm considering using this module, but it's lacking authentication with signed public key.