We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf24e05 commit a4081f7Copy full SHA for a4081f7
1 file changed
Documentation/QuickStart.md
@@ -6,7 +6,7 @@ The driving force behind **MessageKit** is the `MessageType` protocol which prov
6
```Swift
7
public protocol MessageType {
8
9
- var sender: Sender { get }
+ var sender: SenderType { get }
10
11
var messageId: String { get }
12
0 commit comments