[PR #18] [CLOSED] Added support for mentions param in the Message class #59

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/18
Author: @Hunter2809
Created: 10/24/2021
Status: Closed

Base: masterHead: master


📝 Commits (3)

  • cd0e53f Added support for mentions param in the Message class
  • fbc819e Made some changes, should fix everything
  • 31fc9b4 Fixed some more things

📊 Changes

2 files changed (+6 additions, -2 deletions)

View changed files

📝 revolt/message.py (+5 -2)
📝 revolt/types/message.py (+1 -0)

📄 Description

It is a message class attr which wasn't added to the API. I have type checked with Flake8 and PyLance and using Python 3.10, so it should work


🔄 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/18 **Author:** [@Hunter2809](https://github.com/Hunter2809) **Created:** 10/24/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`cd0e53f`](https://github.com/stoatchat/python-client-sdk/commit/cd0e53fdf01539d203263d08b08641cf1e734a24) Added support for mentions param in the Message class - [`fbc819e`](https://github.com/stoatchat/python-client-sdk/commit/fbc819eef654e51f9891798efb21893972e43a92) Made some changes, should fix everything - [`31fc9b4`](https://github.com/stoatchat/python-client-sdk/commit/31fc9b4de6e3007107a149eddae9680417c4c8d8) Fixed some more things ### 📊 Changes **2 files changed** (+6 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `revolt/message.py` (+5 -2) 📝 `revolt/types/message.py` (+1 -0) </details> ### 📄 Description It is a message class attr which wasn't added to the API. I have type checked with Flake8 and PyLance and using Python 3.10, so it *should* work --- <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#59