twilio-labs / twilio-aspnet

Integrate Twilio Programmable Messaging and Voice with ASP.NET Respond to webhooks with TwiML in seconds
Apache License 2.0
59 stars 30 forks source link

SMS Classes Dont Match Documentation #24

Closed bbakermmc closed 5 years ago

bbakermmc commented 5 years ago

Why are there missing properties? Seems like this inst being maintained?

REF: https://www.twilio.com/docs/sms/api/message-resource#message-properties

dprothero commented 5 years ago

This library isn't designed to expose the properties of a REST API resource, like the message resource. The classes are to represent the incoming parameters on a webhook request coming from Twilio.