Config

@Serializable
data class Config(var phone: String? = null)(source)

Parameters

phone

The phone number to send the SMS to. Number should conform to E.164 format

Constructors

Link copied to clipboard
constructor(phone: String? = null)

Properties

Link copied to clipboard