TwitterStatus Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A class for Twitter status other than the pictures NOTE: Can be extended to handle the other pieces of the Twitter Status REST API. https://dev.twitter.com/rest/reference/post/statuses/update Validation COULD be added to the Lat/Long, but since Twitter ignores these if they are invalid then no big deal.
public class TwitterStatus
type TwitterStatus = class
Public Class TwitterStatus
- Inheritance
-
TwitterStatus
Constructors
TwitterStatus() |
Properties
DisplayCoordinates |
Gets or sets a value indicating whether the explicit latitude and longitude of the "tweet" message is displayed. NOTE: Whether or not to put a pin on the exact coordinates a Tweet has been sent from. |
InReplyToStatusId |
Gets or sets the ID of the original tweet. |
Latitude |
Gets or sets the latitude of the "tweet" message. NOTE: This parameter will be ignored unless it is inside the range -90.0 to +90.0 (North is positive) inclusive. It will also be ignored if there isn’t a corresponding long parameter. |
Longitude |
Gets or sets the longitude of the "tweet" message. NOTE: The valid ranges for longitude is -180.0 to +180.0 (East is positive) inclusive. This parameter will be ignored if outside that range, if it is not a number, if geo_enabled is disabled, or if there not a corresponding lat parameter. |
Message |
Gets or sets the text of the Tweet message. |
PlaceId |
Gets or sets the text of the Tweet message. |
PossiblySensitive |
Gets or sets a value indicating whether the Tweet contains sensitive content (such as nudity, etc.). |
RequestParameters |
Gets the request parameters |
TrimUser |
Gets or sets a value indicating whether the Tweet returned in a timeline will include a user object including only the status authors numerical ID. |