This commit is contained in:
randogoth 2023-05-19 11:13:33 +03:00
parent 64152fe7d8
commit fb9f122fe5

View file

@ -15,7 +15,7 @@ $ pip install -r requirements.txt
- Use the `<instance>.send(recipient_hash, message)` or `msg.reply(message)` methods to send messages - Use the `<instance>.send(recipient_hash, message)` or `msg.reply(message)` methods to send messages
- Launch the bot using the `run` method - Launch the bot using the `run` method
## Message Object ### Message Object
Functions decorated by `received` have access to a `msg` parameter that has the following content: Functions decorated by `received` have access to a `msg` parameter that has the following content: