broadcast_command = '/broadcast'
broadcast_no_access = "Sorry, you don't have access to this function."
broadcast_wrong_format = f'To send message to all your users,' \
f' type {broadcast_command} command with text separated by space.\n' \
f'For example:\n' \
f'{broadcast_command} Hello, my users! This bold text is for you, ' \
f'as well as this italic text.\n\n' \
f'Examples of using HTML
style you can found here.'
confirm_broadcast = "Confirm ✅"
decline_broadcast = "Decline ❌"
message_is_sent = "Message is sent ✅"
declined_message_broadcasting = "Message broadcasting is declined ❌"
error_with_html = "Can't parse your text in HTML
style. Reason: \n{reason}"