CoreTweet  2.0.0-beta.2
Yet another .NET Twitter Library
Public Attributes | List of all members
CoreTweet.AccountActivity.AccountActivityApi Class Reference

Provides a set of methods for the wrapper of GET/POST account_activity. More...

Inheritance diagram for CoreTweet.AccountActivity.AccountActivityApi:
CoreTweet.Core.ApiProviderBase

Public Attributes

AccountActivityPremiumApi Premium => new AccountActivityPremiumApi(IncludedTokens)
 
AccountActivityEnterpriseApi Enterprise => new AccountActivityEnterpriseApi(IncludedTokens)
 
- Public Attributes inherited from CoreTweet.Core.ApiProviderBase
TokensBase IncludedTokens => this.Tokens
 Gets the tokens being used in this instance. More...
 

Additional Inherited Members

- Properties inherited from CoreTweet.Core.ApiProviderBase
TokensBase Tokens [get, set]
 Gets or sets the OAuth tokens. More...
 

Detailed Description

Provides a set of methods for the wrapper of GET/POST account_activity.

Member Data Documentation

◆ Enterprise

AccountActivityEnterpriseApi CoreTweet.AccountActivity.AccountActivityApi.Enterprise => new AccountActivityEnterpriseApi(IncludedTokens)

◆ Premium

AccountActivityPremiumApi CoreTweet.AccountActivity.AccountActivityApi.Premium => new AccountActivityPremiumApi(IncludedTokens)

The documentation for this class was generated from the following file: