ChatMessageType

public enum ChatMessageType : RequestStringConvertible, Codable, Equatable

The chat message type.

  • Custom value for unrecognized enum values

    Declaration

    Swift

    case custom(String)
  • Undocumented

    Declaration

    Swift

    case text
  • Undocumented

    Declaration

    Swift

    case html
  • Undocumented

    Declaration

    Swift

    case topicUpdated
  • Undocumented

    Declaration

    Swift

    case participantAdded
  • Undocumented

    Declaration

    Swift

    case participantRemoved
  • Undocumented

    Declaration

    Swift

    public var requestString: String { get }
  • Undocumented

    Declaration

    Swift

    public init(_ val: String)

Codable

  • Declaration

    Swift

    public init(from decoder: Decoder) throws
  • Declaration

    Swift

    public func encode(to encoder: Encoder) throws