예제 #1
0
 public ValueTask DeleteAsync()
 {
     return(_client.DeleteMessageAsync(_packet.ChannelId, _packet.Id));
 }