fictadvisor / fictadvisor-bot

Telegram bot for fictadvisor.com
11 stars 0 forks source link

Implement a handlers when adding a bot to a group #58

Closed Kulunchick closed 1 year ago

Kulunchick commented 1 year ago

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)