cybercog / telegram-devpoker-bot

Planning Poker (Scrum Poker) for Agile software development teams. The bot allows you to introduce a consensus-based, gamified technique of task estimating into Telegram group chats.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update system message text on editing facilitator message text

antonkomarev opened this issue · comments

When source message text is edited we should edit it bot's system messages with this facilitator_message_id.

Need to choose between implementations:

  • update all messages related to facilitator_message_id
  • update only active sessions related to facilitator_message_id

Need to update Game & GameSession system messages.