Edit

Share via


WeiboStatus Class

Definition

Weibo Timeline item.

public class WeiboStatus : Microsoft.Toolkit.Parsers.SchemaBase
type WeiboStatus = class
    inherit SchemaBase
Public Class WeiboStatus
Inherits SchemaBase
Inheritance
WeiboStatus

Constructors

WeiboStatus()

Properties

AttachedImages

Gets or sets attached images array of the weibo.

CommentCount

Gets or sets the comment count

CreatedAt

Gets or sets time item was created.

CreationDate

Gets the creation date

GeographicInfo

Gets or sets the geographic information.

HasAttachedImage

Gets a value indicating whether the weibo status includes attached images.

Id

Gets or sets item Id.

InReplyToScreenName

Gets or sets in_reply_to_screen_name

InReplyToStatusId

Gets or sets in_reply_to_status_id

InReplyToUserId

Gets or sets in_reply_to_user_id

InternalID

Gets or sets identifier for strong typed record.

(Inherited from SchemaBase)
IsTruncated

Gets or sets a value indicating whether status is truncated (true when Weibo status is longer than 140 characters) This entity may be deprecated - it never seems to be set to true.

MediumImageUrl

Gets or sets the url of the attached image in medium size.

OriginalImageUrl

Gets or sets the url of the attached image in original size.

RepostCount

Gets or sets the repost count

RepostedStatus

Gets or sets the Reposted Weibo status

Source

Gets or sets status source (client or website used)

Text

Gets or sets text of the status (handles both 140 and 280 characters)

ThumbnailImageUrl

Gets or sets the url of the attached image in thumbnail size.

User

Gets or sets user who posted the status.

Applies to