diff --git a/docs/faq/basics/channel-inheritance-tree.md b/docs/faq/basics/channel-inheritance-tree.md new file mode 100644 index 00000000..6cc83ec7 --- /dev/null +++ b/docs/faq/basics/channel-inheritance-tree.md @@ -0,0 +1,8 @@ +--- +uid: FAQ.Basics.ChannelInheritance +title: Channel Inheritance +--- + +# Discord.Net channel inheritance tree + +![`IChannel` interface inheritance tree](images/channel-interface-tree.png) \ No newline at end of file diff --git a/docs/faq/basics/images/channel-interface-tree.png b/docs/faq/basics/images/channel-interface-tree.png new file mode 100644 index 00000000..94329521 Binary files /dev/null and b/docs/faq/basics/images/channel-interface-tree.png differ diff --git a/docs/faq/toc.yml b/docs/faq/toc.yml index 3f8ddffb..ce55bc6c 100644 --- a/docs/faq/toc.yml +++ b/docs/faq/toc.yml @@ -8,6 +8,8 @@ topicUid: FAQ.Basics.ClientBasics - name: Dependency Injection topicUid: FAQ.Basics.DI + - name: Channel Inheritance + topicUid: FAQ.Basics.ChannelInheritance - name: Interactions items: - name: Starting out