Browse Source

Update docs

Him188 4 years ago
parent
commit
d12a3728ea
2 changed files with 1 additions and 1 deletions
  1. 0 0
      docs/Contacts.md
  2. 1 1
      docs/src/Contacts.mermaid.md

File diff suppressed because it is too large
+ 0 - 0
docs/Contacts.md


+ 1 - 1
docs/src/Contacts.mermaid.md

@@ -14,6 +14,7 @@ class Bot {
 
 
 class ContactOrBot {
 class ContactOrBot {
     +id: Int
     +id: Int
+    +avatarUrl: String
 }
 }
 
 
 class UserOrBot {
 class UserOrBot {
@@ -30,7 +31,6 @@ class Contact {
 class User {
 class User {
     +nick: String
     +nick: String
     +remark: String
     +remark: String
-    +avatarUrl: String
 }
 }
 
 
 class Group {
 class Group {

Some files were not shown because too many files changed in this diff