[PR #13] [MERGED] Add edit and delete methods for Message and handle MessageUpdate and MessageDelete events #55

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

📋 Pull Request Information

Original PR: https://github.com/stoatchat/python-client-sdk/pull/13
Author: @DivyamChadha
Created: 9/5/2021
Status: Merged
Merged: 9/8/2021
Merged by: @Zomatree

Base: masterHead: messages


📝 Commits (2)

📊 Changes

3 files changed (+76 additions, -3 deletions)

View changed files

📝 revolt/message.py (+30 -2)
📝 revolt/types/gateway.py (+19 -0)
📝 revolt/websocket.py (+27 -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/13 **Author:** [@DivyamChadha](https://github.com/DivyamChadha) **Created:** 9/5/2021 **Status:** ✅ Merged **Merged:** 9/8/2021 **Merged by:** [@Zomatree](https://github.com/Zomatree) **Base:** `master` ← **Head:** `messages` --- ### 📝 Commits (2) - [`b895739`](https://github.com/stoatchat/python-client-sdk/commit/b895739af9b89911cc6f635bdbf4e18b4a95f464) Add edit and delete methods to Message - [`c4e1ecf`](https://github.com/stoatchat/python-client-sdk/commit/c4e1ecf53056ddd3e85f9019aca336ab458f3260) Fix typehint ### 📊 Changes **3 files changed** (+76 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `revolt/message.py` (+30 -2) 📝 `revolt/types/gateway.py` (+19 -0) 📝 `revolt/websocket.py` (+27 -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:26 -05:00
yindo closed this issue 2026-02-15 23:16:26 -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#55