SenderInfo
public protocol SenderInfo
Protocol describing details about the sender of a message
-
Identifier
Declaration
Swift
var id: String { get }
-
Display name of sender
Declaration
Swift
var displayName: String { get }
-
Is sender a bot or not
Declaration
Swift
var isBot: Bool { get }