MessageType

public enum MessageType : Int

The inbox message type

  • unread message

    Declaration

    Swift

    case unread = 0
  • already replied message

    Declaration

    Swift

    case replied = 1