ScheduledUserMessageUpdateParams
public final class ScheduledUserMessageUpdateParams: ScheduledBaseMessageUpdateParams
An object that has parameters to update a scheduled message.
Since
4.0.0-
The message text.
Since
4.0.0Declaration
Swift
public var message: String?
-
The target languages that the message will be translated into.
Since
4.0.0Declaration
Swift
public var translationTargetLanguages: [String]?
-
The custom payload.
Since
4.0.0Declaration
Swift
public var payload: [String: Any] = [:]
-
Initializes and returns a params object for updating a scheduled user message.
Declaration
Swift
public override init()
Return Value
An initialized scheduled user message params.