Method DeleteChannelTextMessageAsync
DeleteChannelTextMessageAsync(string, string)
Deletes an already sent message in a Channel.
Declaration
Task DeleteChannelTextMessageAsync(string channelName, string messageId)
Parameters
| Type | Name | Description |
|---|---|---|
| string | channelName | The name of the channel for the message to be deleted. |
| string | messageId | The messageId of the message sent that you would like to delete. |
Returns
| Type | Description |
|---|---|
| Task | Task for the operation |