Implement a handlers when adding a bot to a group
Closed this issue · 0 comments
Kulunchick commented
When adding a bot to a group, the bot sends a message to the chat with an inline button that the CAPTAIN must click to attach the chat to the group.
get user:
UserAPI.get_user_by_telegram_id(self, telegram_id: int)
creare telegram Group:
TelegramGroupAPI.create(self, group_id: UUID, create_telegram_group: CreateTelegramGroup)