Show / Hide Table of Contents

    Class TwitterTimelineResult

    Twitter Timeline Result for given Twitter Account

    Twitter API https://dev.twitter.com/rest/reference/get/statuses/user_timeline

    Inheritance
    System.Object
    BaseResult
    TwitterTimelineResult
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Sloader.Result.Types
    Assembly: Sloader.Result.dll
    Syntax
    public class TwitterTimelineResult : BaseResult

    Properties

    View Source

    ResultType

    Defined ResultType

    Declaration
    public override KnownResultType ResultType { get; }
    Property Value
    Type Description
    KnownResultType
    Overrides
    BaseResult.ResultType
    View Source

    Tweets

    Collection for all tweets

    Declaration
    public List<TwitterTimelineResult.Tweet> Tweets { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<TwitterTimelineResult.Tweet>
    • View Source
    Back to top Sloader - MIT License