Пример #1
0
 public async Task <IDiscordMessage> SendFileAsync(ulong channelId, Stream stream, string fileName, MessageArgs message = null)
 => new DiscordMessage(
     await _apiClient.SendFileAsync(channelId, stream, fileName, message),
     this
     );