Name colors improvements

This commit is contained in:
Ilya Laktyushin
2023-10-17 01:41:53 +04:00
parent 137c3d9101
commit 4f183fa7fe
25 changed files with 2299 additions and 117 deletions

View File

@@ -505,6 +505,10 @@ public extension EnginePeer {
}
return false
}
var nameColor: PeerNameColor? {
return self._asPeer().nameColor
}
}
public extension EnginePeer {