abdoo9

Results 7 issues of abdoo9

I don't know how to start using Nadia to build my bot it would be very helpful if you provide an example bot that I can copy past and run...

when I use this command `sudo docker compose -f docker-compose-full.yaml up -d` it make all the containers but the `olgram-olgram-1` container keep restarting becuse it is trying to generate costume...

another bot template.

when I use this command `sudo docker compose -f docker-compose-full.yaml up -d` all the containers run but I'm getting this error ``` [+] Running 7/7 ⠿ Volume "olgram_database" Created 0.0s...

chat id (groups and channels) is a negative 64-bit number user id is a positive 64-bit number

info
addition

I've setWebhook for 1789 bots and start getting these errors and not able to set more webhooks! ``` { ok: false, error_code: 400, description: 'Bad Request: bad webhook: Failed to...

The startBroadcast method currently batches requests in groups of 50 using `await($promises)`. However, the `delay($this->delay)` call is located inside the async closure. https://github.com/danog/MadelineProto/blob/5b0d9d3691dd07e6d9e2ec7ceba79edf767874eb/src/Broadcast/InternalState.php#L189 When the loop executes, 50 async tasks...