CommentStatus

public enum CommentStatus : String

Undocumented

  • Undocumented

    Declaration

    Swift

    case sending = "sending"
  • Undocumented

    Declaration

    Swift

    case pending = "pending"
  • Undocumented

    Declaration

    Swift

    case failed = "failed"
  • Undocumented

    Declaration

    Swift

    case sent = "sent"
  • Undocumented

    Declaration

    Swift

    case delivered = "delivered"
  • Undocumented

    Declaration

    Swift

    case read = "read"
  • Undocumented

    Declaration

    Swift

    case deleted = "deleted"