Class
V2TIMMergerElem
public class V2TIMMergerElem : V2TIMElem
Definition of V2TIMMergerElem
Relationships
Superclass
V2TIMElem
Definition of V2TIMElem
Initializers
init()
public override init()
Properties
layersOverLimit
public var layersOverLimit: Bool
If a combined message also contains combined messages, we call it nesting. There cannot be more than 100 nesting levels.
If the limit is exceeded, layersOverLimit will return true, title and abstractList will return an empty string, and downloadMergerMessage will return the error code ERR_MERGER_MSG_LAYERS_OVER_LIMIT.
Methods
downloadMergerMessage(succ:fail:)
public func downloadMergerMessage(succ: @escaping V2TIMMessageListSucc, fail: @escaping V2TIMFail)
Download the list of messages combined