парсер
This commit is contained in:
@@ -42,6 +42,13 @@ async def create_placement(
|
||||
raise domain.ChannelNotFound(project.channel.id)
|
||||
|
||||
invite_link = await self.telegram_bot.create_chat_invite_link(project.channel.telegram_id, requires_approval)
|
||||
log.info(
|
||||
'Created invite link for project=%s channel_telegram_id=%s requires_approval=%s invite_link=%s',
|
||||
project.id,
|
||||
project.channel.telegram_id,
|
||||
requires_approval,
|
||||
invite_link,
|
||||
)
|
||||
|
||||
placement = domain.Placement(
|
||||
project_id=input.project_id,
|
||||
|
||||
Reference in New Issue
Block a user