Method EditChannelTextMessageAsync
EditChannelTextMessageAsync(string, string, string)
Edits an already sent message in a Channel.
Declaration
Task EditChannelTextMessageAsync(string channelName, string messageId, string newMessage)
Parameters
Type | Name | Description |
---|---|---|
string | channelName | The name of the channel for the message to be edited. |
string | messageId | The messageId of the message sent that you would like to edit. |
string | newMessage | The new text of the message to be edited. |
Returns
Type | Description |
---|---|
Task | Task for the operation |