новосозданный чат messages.createChat бота ?
Из моего говнокода const contacts = await mtproto.call('contacts.search', { q: `@${ctx.botInfo.username}`, limit: 10 }); const inputUser = { _: 'inputUser', user_id: ctx.botInfo.id, access_hash: contacts.users[0].access_hash }; const update = await mtproto.call('messages.createChat', { users: [ inputUser ], title });
Обсуждают сегодня