You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If multiple bots are in a group, it is possible to add bot usernames to commands in order to avoid confusion:
/start@TriviaBot
/start@ApocalypseBot
This is done automatically when commands are selected via the list of suggestions. Please remember that your bot needs to be able to process commands that are followed by its username.
Is there a way to handle these automatically?
It seems that def start!(data = nil, *) only handles /start and not /start@fooBot
The text was updated successfully, but these errors were encountered:
betzerra
changed the title
Support
Support /start@fooBot command format
Nov 23, 2020
From Telegram's Bot page:
Is there a way to handle these automatically?
It seems that
def start!(data = nil, *)
only handles/start
and not/start@fooBot
The text was updated successfully, but these errors were encountered: