# markdownv2 python-telegram-bot specific joined = '{} joined group `{}`' not_joined = '{} is already in group `{}`' left = '{} left group `{}`' not_left = '{} did not join group `{}` before' mention_failed = 'There are no users to mention' no_groups = 'There are no groups for this chat' # html python-telegram-bot specific start_text = """ Hello! @everyone_mention_bot here. I am here to help you with multiple user mentions. Using Inline Mode is recommended because policy of bots with privacy mode enabled says that command trigger is sent (without mentioning the bot) only to the last mentioned bot. So if you do have multiple bots in current chat, I might not receive your command! Available commands: Please note {group-name} is not required, default if not given. Join Joins (or creates if group did not exist before) group.
/join {group-name}
Leave Leaves (or deletes if no other users are left) the group
/leave {group-name}
Everyone Mentions everyone that joined the group.
/everyone {group-name}
Groups Show all created groups in this chat.
/groups
Start Show start & help text
/start
Reach out to Creator in case of any issues/questions regarding my usage. """