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