コード例 #1
0
 /// <inheritdoc />
 public async Task <IRestUserMessage> SendMessageAsync(string text = null, bool isTTS = false, Embed embed = null, RequestOptions options = null)
 => (await RestTextChannel.SendMessageAsync(text, isTTS, embed, options))
 .Abstract();
コード例 #2
0
 /// <inheritdoc />
 public async Task <IRestUserMessage> SendMessageAsync(string text = null, bool isTTS = false, Embed embed = null, RequestOptions options = null, AllowedMentions allowedMentions = null, MessageReference messageReference = null)
 => (await RestTextChannel.SendMessageAsync(text, isTTS, embed, options, allowedMentions, messageReference))
 .Abstract();