[Docs] Add channel inheritance tree (#2938)

This commit is contained in:
Mihail Gribkov
2024-06-02 14:42:27 +03:00
committed by GitHub
parent 3e7ab0915f
commit e50e79d9dd
3 changed files with 10 additions and 0 deletions

View File

@@ -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)

Binary file not shown.

After

Width:  |  Height:  |  Size: 458 KiB

View File

@@ -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