ContainerOptions

public class ContainerOptions: NSObject, Decodable

Options for configuring the container of a message template.

Since

4.22.0
  • Indicates if the profile should be included.

    Declaration

    Swift

    public let profile: Bool
  • Indicates if the time should be included.

    Declaration

    Swift

    public let time: Bool
  • Indicates if the nickname should be included.

    Declaration

    Swift

    public let nickname: Bool
  • Declaration

    Swift

    required public init(from decoder: Decoder) throws