We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get Channel Modify Channel Delete/Close Channel Get Channel Messages Get Channel Message Create Message Crosspost Message Create Reaction Delete Own Reaction Delete User Reaction Get Reactions Delete All Reactions Delete All Reactions for Emoji Edit Message Delete Message Bulk Delete Messages Edit Channel Permissions Get Channel Invites Create Channel Invite Delete Channel Permission Follow Announcement Channel Trigger Typing Indicator Get Pinned Messages Pin Message Unpin Message Group DM Add Recipient Group DM Remove Recipient Start Thread from Message Start Thread without Message Start Thread in Forum Channel Join Thread Add Thread Member Leave Thread Remove Thread Member Get Thread Member List Thread Members List Public Archived Threads List Private Archived Threads List Joined Private Archived Threads
Create a class Channel and create static in it.
import https, { RequestOptions } from 'node:https'; import {method, options} from '../.'; class Channel { /** * @private {https, method} */ private https: typeof https = https; private method: typeof method = method; ... }
The text was updated successfully, but these errors were encountered:
(#15) Added getChannel to Channel. [Need testing]
25515e8
import https, { RequestOptions } from 'node:https'; import {method, options} from '../.'; class Channel { /** * @private {https, method} */ private static https: typeof https = https; private static method: typeof method = method; ... }
Sorry, something went wrong.
(#15) Updated gzip faster request and added getChannel
2c588a2
81a1922
@phatdev12 hi ...
Hi
we could dev this on another branch
tobycm
code-ga
phatdev12
When branches are created from issues, their pull requests are automatically linked.
TODO
Get Channel
Modify Channel
Delete/Close Channel
Get Channel Messages
Get Channel Message
Create Message
Crosspost Message
Create Reaction
Delete Own Reaction
Delete User Reaction
Get Reactions
Delete All Reactions
Delete All Reactions for Emoji
Edit Message
Delete Message
Bulk Delete Messages
Edit Channel Permissions
Get Channel Invites
Create Channel Invite
Delete Channel Permission
Follow Announcement Channel
Trigger Typing Indicator
Get Pinned Messages
Pin Message
Unpin Message
Group DM Add Recipient
Group DM Remove Recipient
Start Thread from Message
Start Thread without Message
Start Thread in Forum Channel
Join Thread
Add Thread Member
Leave Thread
Remove Thread Member
Get Thread Member
List Thread Members
List Public Archived Threads
List Private Archived Threads
List Joined Private Archived Threads
Infomation
Create a class Channel and create static in it.
Example
The text was updated successfully, but these errors were encountered: