v3.3.0
- Add options to send message
- for example to silence push notification on this message:
channel.send_message({"text": "hi"}, user_id, skip_push=True)
- for example to silence push notification on this message:
channel.send_message({"text": "hi"}, user_id, skip_push=True)