TextFilterResult

extends Instance

Class fields

FieldXML typeValue
NamestringTextFilterResult
summarystringCompatibility text-filter result that currently returns its original text unchanged.

Yield functions

3
GetChatForUserAsync
(toUserId: int) โ†’ string
FieldXML typeValue
NamestringGetChatForUserAsync
summarystringReturns the original unfiltered text. Real text filtering is not yet implemented.
GetNonChatStringForBroadcastAsync
() โ†’ string
FieldXML typeValue
NamestringGetNonChatStringForBroadcastAsync
summarystringReturns the original unfiltered text. Real text filtering is not yet implemented.
GetNonChatStringForUserAsync
(toUserId: int) โ†’ string
FieldXML typeValue
NamestringGetNonChatStringForUserAsync
summarystringReturns the original unfiltered text. Real text filtering is not yet implemented.