ScheduledInfo
@objc(SBDScheduledInfo)
public final class ScheduledInfo : NSObject, Codable
Class holding an information about the scheduled messages.
Since
4.0.0-
Undocumented
Declaration
Swift
@objc public let scheduledMessageId: Int64
-
Undocumented
Declaration
Swift
@objc public let scheduledAt: Int64
-
Undocumented
Declaration
Swift
@objc public var scheduledMessageParams: ScheduledBaseMessageCreateParams?
-
Declaration
Swift
public required init(from decoder: Decoder) throws
-
Encodes this object.
Declaration
Swift
public func encode(to encoder: Encoder) throws
Parameters
encoder
Encoder
instance -
Undocumented
Declaration
Swift
public override func isEqual(_ object: Any?) -> Bool