Closed Kulunchick closed 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)
UserAPI.get_user_by_telegram_id(self, telegram_id: int)
TelegramGroupAPI.create(self, group_id: UUID, create_telegram_group: CreateTelegramGroup)
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)