TextChatMessageStatus
Indicates the status of a TextChatMessage.
Items
Name | Value | Summary |
---|---|---|
Unknown | 1 | Generic failed status for any other TextChannel:SendAsync() failures. |
Success | 2 | Message has no issues. |
Sending | 3 | Message is sending. |
TextFilterFailed | 4 | Text filter failed to process the message. |
Floodchecked | 5 | Message is from a user sending messages too frequently. |
InvalidPrivacySettings | 6 | Message can't be sent because of the user's chat privacy settings. |
InvalidTextChannelPermissions | 7 | Message's TextSource is either not in the intended TextChannel or TextSource.CanSend is false. |
MessageTooLong | 8 | Message is too long. |
ModerationTimeout | 9 |