[PR #19] [MERGED] Add replies parameter to messageable.send #60

Closed
opened 2026-02-15 23:16:27 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/stoatchat/python-client-sdk/pull/19
Author: @DivyamChadha
Created: 10/29/2021
Status: Merged
Merged: 11/4/2021
Merged by: @Zomatree

Base: masterHead: replies


📝 Commits (2)

  • 7cd0e67 Add replies parameter to messageable.send
  • 6cb771b Apply requested changes

📊 Changes

7 files changed (+50 additions, -12 deletions)

View changed files

📝 docs/api.rst (+3 -0)
📝 revolt/__init__.py (+1 -1)
📝 revolt/ext/commands/context.py (+2 -2)
📝 revolt/http.py (+5 -2)
📝 revolt/message.py (+22 -3)
📝 revolt/messageable.py (+9 -3)
📝 revolt/types/message.py (+8 -1)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/stoatchat/python-client-sdk/pull/19 **Author:** [@DivyamChadha](https://github.com/DivyamChadha) **Created:** 10/29/2021 **Status:** ✅ Merged **Merged:** 11/4/2021 **Merged by:** [@Zomatree](https://github.com/Zomatree) **Base:** `master` ← **Head:** `replies` --- ### 📝 Commits (2) - [`7cd0e67`](https://github.com/stoatchat/python-client-sdk/commit/7cd0e677489c290521e90142553340b41c9f5d40) Add replies parameter to messageable.send - [`6cb771b`](https://github.com/stoatchat/python-client-sdk/commit/6cb771b0f8e753a39de59fc660b98df8433623c9) Apply requested changes ### 📊 Changes **7 files changed** (+50 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `docs/api.rst` (+3 -0) 📝 `revolt/__init__.py` (+1 -1) 📝 `revolt/ext/commands/context.py` (+2 -2) 📝 `revolt/http.py` (+5 -2) 📝 `revolt/message.py` (+22 -3) 📝 `revolt/messageable.py` (+9 -3) 📝 `revolt/types/message.py` (+8 -1) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 23:16:27 -05:00
yindo closed this issue 2026-02-15 23:16:27 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: stoatchat/python-client-sdk#60