[.Net][API Break Change]: Deprecate TextMessageUpdate
#3124
Labels
0.2
Issues which are related to the pre 0.4 codebase
api-break-change
Will break existing api and needs an migration for previous code to work
needs-triage
Is your feature request related to a problem? Please describe.
The
TextMessageUpdate
used to be theIStreamingMessage
ofTextMessage
. Now that theIStreamingMessage
has been deprecated in #3045,TextMessageUpdate
should also be deprecated as well.Migration guide
Use
TextMessage
to replaceTextMessageUpdate
The text was updated successfully, but these errors were encountered: