return None
def send_feed(self, feed, messages, msg_header, chat_ids):
#TODO:Un-handled users block
# it seems that a user had blocked bot and bot tried to send him message.
# labels: bug
if len(messages) != 0:
if messages[-1]['markup']:
messages[-1]['markup'].append(
Un-handled users block
it seems that a user had blocked bot and bot tried to send him message.
https://github.com/bsimjoo/Telegram-RSS-Bot/blob/7e95616b07b57d50d25e849e5ff00ce95b980646/main.py#L970
cccdd92e0edf4f6782a37bd54023d19e76f3ff8e