Core: How to get start parameter?

Created on 19 Apr 2016  路  2Comments  路  Source: php-telegram-bot/core

How to get start parameter from link like this:
https://telegram.me/my_bot?start=test
?

Most helpful comment

$message->getText(true);

All 2 comments

$message->getText(true);

Thanks.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

esomkin picture esomkin  路  3Comments

marcolino7 picture marcolino7  路  3Comments

NabiKAZ picture NabiKAZ  路  3Comments

Zoha picture Zoha  路  3Comments

sineverba picture sineverba  路  3Comments