|
@@ -80,7 +80,8 @@ namespace Discord |
|
|
ServerId = serverId; |
|
|
ServerId = serverId; |
|
|
RecipientId = recipientId; |
|
|
RecipientId = recipientId; |
|
|
_messages = new ConcurrentDictionary<string, bool>(); |
|
|
_messages = new ConcurrentDictionary<string, bool>(); |
|
|
} |
|
|
|
|
|
|
|
|
_areMembersStale = true; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
internal void Update(API.ChannelReference model) |
|
|
internal void Update(API.ChannelReference model) |
|
|
{ |
|
|
{ |
|
|