WrapMessage

public class WrapMessage : Mappable

Thread -> WrappMessage

  • Message list

    Declaration

    Swift

    public var messages: [Message]?
  • To check that all messages were read or not

    Declaration

    Swift

    public var isAllRead: Bool
  • Total message per page(for pagination)

    Declaration

    Swift

    public var perPage: Int
  • JSON Mapper

    Declaration

    Swift

    public required init(map: Mapper) throws