SenderInfo

public protocol SenderInfo

Protocol describing details about the sender of a message

  • id

    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 }