# 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. Description: I do not have access to your messages! I am here to help you with multiple user mentions. Usage: Users that joined the group by /join command, can be mentioned after calling /everyone command. Commands:
/join {group-name}
Joins (or creates if group did not exist before) group.
/leave {group-name}
Leaves (or deletes if no other users are left) the group
/everyone {group-name}
Mentions everyone that joined the group.
/groups
Show all created groups in this chat.
/start
Show start & help text Please note {group-name} is not required, default if not given. If your chat does have multiple bots I might not receive your command according to policy of bots with privacy mode enabled - use Inline Mode to avoid this. """