Alex Gravely
7229ce4986
Add Webhook API models, REST implementation, and Socket bridges.
8 years ago
Christopher F
608bc359ee
Removed IChannel#Nsfw, added to ITextChannel
8 years ago
Christopher F
182f00f8ce
Reworked IChannel.IsNsfw to support the new API flag ( #771 )
IChannel.IsNsfw will now return false when being used on any channel
that is not an ITextChannel. When being used on an ITextChannel, this
will now account for the API flag, and fall back to the channel name.
(this is gross design, thanks discord)
8 years ago
Alex Gravely
8c2a46e9e7
Add ulong overload to IMessageChannel.DeleteMessagesAsync ( #649 )
8 years ago
RogueException
a306d83283
Added net45 TFM
8 years ago
RogueException
fe35400498
Cleanup
9 years ago
RogueException
e2934abe29
Made API models internal. Removed Discord.Net.API.
9 years ago
RogueException
572c0e6c6b
Renamed new params classes to XXXProperties
9 years ago
RogueException
8f87b2cc71
Added support for .NET Standard 1.1 and 1.2
9 years ago
RogueException
53ee30c648
Virtual channels should not be exposed to socket classes. Dont store guild in messages.
9 years ago
RogueException
c2722cf7c4
SendMessage should accept EmbedBuilder directly
9 years ago
Christopher F
bad7d827c3
Modify SendMessage to include an embeds field
9 years ago
RogueException
313c957a34
Default isTTS to false on Send methods
9 years ago
RogueException
5c33e28757
Added missing ConfigureAwaits
9 years ago
RogueException
01205d911d
Fixed null refs when message cache is disabled
9 years ago
RogueException
090a1bc736
Added IMessage.Tags
9 years ago
RogueException
472412e232
Readded IMessageChannel.TriggerTypingAsync
9 years ago
RogueException
f41df1f966
Exposed RequestOptions
9 years ago
RogueException
51a476c1fa
Added GetCachedMessages
9 years ago
RogueException
a93ddbaeb2
Cleaned up paged enumerables
9 years ago
RogueException
8aa1050b93
Cleaned up usings
9 years ago
RogueException
4678544fed
Added remaining gateway events, added IAudioChannel, added CacheModes
9 years ago
RogueException
dd86f03306
Started converting websocket and rpc classes
9 years ago
RogueException
6319933ed0
Concrete class prototype
9 years ago