extends Instance
Class fields
| Field | XML type | Value |
|---|---|---|
Name | string | TextFilterResult |
summary | string | Compatibility text-filter result that currently returns its original text unchanged. |
Yield functions
3GetChatForUserAsync
(toUserId: int) โ string| Field | XML type | Value |
|---|---|---|
Name | string | GetChatForUserAsync |
summary | string | Returns the original unfiltered text. Real text filtering is not yet implemented. |
GetNonChatStringForBroadcastAsync
() โ string| Field | XML type | Value |
|---|---|---|
Name | string | GetNonChatStringForBroadcastAsync |
summary | string | Returns the original unfiltered text. Real text filtering is not yet implemented. |
GetNonChatStringForUserAsync
(toUserId: int) โ string| Field | XML type | Value |
|---|---|---|
Name | string | GetNonChatStringForUserAsync |
summary | string | Returns the original unfiltered text. Real text filtering is not yet implemented. |