Method EditDirectTextMessageAsync
EditDirectTextMessageAsync(string, string)
Edits an already sent message in a Direct Message.
Declaration
Task EditDirectTextMessageAsync(string messageId, string newMessage)
Parameters
Type | Name | Description |
---|---|---|
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 |