Skip to content

Instantly share code, notes, and snippets.

@KevinDJones
Created October 24, 2018 14:37
Show Gist options
  • Save KevinDJones/7251b0c122c05cbe8a9af0f581c37061 to your computer and use it in GitHub Desktop.
Save KevinDJones/7251b0c122c05cbe8a9af0f581c37061 to your computer and use it in GitHub Desktop.
public class MessageInput
{
public string Phone { get; set; } // Phone number to send to.
public string Message { get; set; } // The message to send
public string SmsKey { get; set; } // Key unique to each message
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment