Add TextBasedChanel.fetchPinnedMessages()

This commit is contained in:
Amish Shah
2016-08-28 19:42:35 +01:00
parent a57d6b723a
commit 9f1475f358
6 changed files with 38 additions and 1 deletions

View File

@@ -139,6 +139,10 @@ class GroupDMChannel extends Channel {
setTyping() {
return;
}
fetchPinnedMessages() {
return;
}
}
TextBasedChannel.applyToClass(GroupDMChannel, true);