Browse Source

Added Channel.SendTyping

tags/docs-0.9
RogueException 9 years ago
parent
commit
4e51936c0b
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      src/Discord.Net/Models/Channel.cs

+ 3
- 0
src/Discord.Net/Models/Channel.cs View File

@@ -376,6 +376,9 @@ namespace Discord
msg.Update(model);
return msg;
}

public Task SendTyping()
=> Client.ClientAPI.Send(new BroadcastTypingRequest(Id));
#endregion

#region Permissions


Loading…
Cancel
Save