en-US/BluebirdPS-help.xml

<?xml version="1.0" encoding="utf-8"?>
<helpItems schema="maml" xmlns="http://msh">
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Export-TwitterAuthentication</command:name>
      <command:verb>Export</command:verb>
      <command:noun>TwitterAuthentication</command:noun>
      <maml:description>
        <maml:para>Export the current user's authentication credentials to an encrypted file.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Export the current user's authentication credentials to an encrypted file.</maml:para>
      <maml:para>The encrypted credentials file will be stored in the folder $env:HOME/.BluebirdPS.</maml:para>
      <maml:para>The credentials are the API Key, API Key Secret, Access Token, Access Token Secret, and, if present, the bearer token for OAuth v2 endpoints.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Export-TwitterAuthentication</maml:name>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters />
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS &gt; Export-TwitterAuthentication</dev:code>
        <dev:remarks>
          <maml:para>Exports the sessions current credentials to an encrypted file.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Authentication/Export-TwitterAuthentication</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Import-TwitterAuthentication</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Authentication/Import-TwitterAuthentication</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-TwitterAuthentication</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Authentication/Set-TwitterAuthentication</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Api Reference - Authentication</maml:linkText>
        <maml:uri>https://developer.twitter.com/en/docs/authentication/oauth-1-0a</maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Import-TwitterAuthentication</command:name>
      <command:verb>Import</command:verb>
      <command:noun>TwitterAuthentication</command:noun>
      <maml:description>
        <maml:para>Import the current user's authentication credentials from an encrypted file.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Import the current user's authentication credentials from an encrypted file.</maml:para>
      <maml:para>The encrypted credentials file will be stored in the folder $env:HOME/.BluebirdPS.</maml:para>
      <maml:para>The credentials are the API Key, API Key Secret, Access Token, Access Token Secret, and, if present, the bearer token for OAuth v2 endpoints.</maml:para>
      <maml:para>This essentially refreshes the session variable with the credentials from the encrypted file.</maml:para>
      <maml:para>This command is called when the module is imported.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Import-TwitterAuthentication</maml:name>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters />
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS &gt; Import-TwitterAuthentication</dev:code>
        <dev:remarks>
          <maml:para>Import the current user's authentication credentials from an encrypted file.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Authentication/Import-TwitterAuthentication</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Export-TwitterAuthentication</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Authentication/Export-TwitterAuthentication</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-TwitterAuthentication</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Authentication/Set-TwitterAuthentication</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Api Reference - Authentication</maml:linkText>
        <maml:uri>https://developer.twitter.com/en/docs/authentication/oauth-1-0a</maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Set-TwitterAuthentication</command:name>
      <command:verb>Set</command:verb>
      <command:noun>TwitterAuthentication</command:noun>
      <maml:description>
        <maml:para>Set the session credential variable with an option to save credentials to an encrypted file.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Set the session credential variable with an option to save credentials to an encrypted file.</maml:para>
      <maml:para>The credentials are the API Key, API Key Secret, Access Token, Access Token Secret, and, if present, the bearer token for OAuth v2 endpoints.</maml:para>
      <maml:para>The provided credentials are validated using the Test-TwitterAuthentication command internally.</maml:para>
      <maml:para>If using the Persist switch, the encrypted credentials file will be stored in the folder $env:HOME/.BluebirdPS.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Set-TwitterAuthentication</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>ApiKey</maml:name>
          <maml:Description>
            <maml:para>The API key, also sometimes called the consumer key.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">SecureString</command:parameterValue>
          <dev:type>
            <maml:name>SecureString</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>ApiSecret</maml:name>
          <maml:Description>
            <maml:para>The API secret, also sometimes called the consumer secret.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">SecureString</command:parameterValue>
          <dev:type>
            <maml:name>SecureString</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
          <maml:name>AccessToken</maml:name>
          <maml:Description>
            <maml:para>The access token for the user.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">SecureString</command:parameterValue>
          <dev:type>
            <maml:name>SecureString</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
          <maml:name>AccessTokenSecret</maml:name>
          <maml:Description>
            <maml:para>The access token secret for the user.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">SecureString</command:parameterValue>
          <dev:type>
            <maml:name>SecureString</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Persist</maml:name>
          <maml:Description>
            <maml:para>Use this switch to save the tested credentials to an encrypted credentials file located in $env:HOME/.BluebirdPS.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>ApiKey</maml:name>
        <maml:Description>
          <maml:para>The API key, also sometimes called the consumer key.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">SecureString</command:parameterValue>
        <dev:type>
          <maml:name>SecureString</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>ApiSecret</maml:name>
        <maml:Description>
          <maml:para>The API secret, also sometimes called the consumer secret.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">SecureString</command:parameterValue>
        <dev:type>
          <maml:name>SecureString</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
        <maml:name>AccessToken</maml:name>
        <maml:Description>
          <maml:para>The access token for the user.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">SecureString</command:parameterValue>
        <dev:type>
          <maml:name>SecureString</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="3" aliases="none">
        <maml:name>AccessTokenSecret</maml:name>
        <maml:Description>
          <maml:para>The access token secret for the user.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">SecureString</command:parameterValue>
        <dev:type>
          <maml:name>SecureString</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Persist</maml:name>
        <maml:Description>
          <maml:para>Use this switch to save the tested credentials to an encrypted credentials file located in $env:HOME/.BluebirdPS.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS &gt; Set-TwitterAuthentication -Persist
 
Api Key: ****************
Api Key Secret: ****************
Access Token: ****************
Access Token Secret: ****************</dev:code>
        <dev:remarks>
          <maml:para>Set the credentials and save to an encrypted file.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Authentication/Set-TwitterAuthentication</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Test-TwitterAuthentication</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Authentication/Test-TwitterAuthentication</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Import-TwitterAuthentication</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Authentication/Import-TwitterAuthentication</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Export-TwitterAuthentication</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Authentication/Export-TwitterAuthentication</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Api Reference - Authentication</maml:linkText>
        <maml:uri>https://developer.twitter.com/en/docs/authentication/oauth-1-0a</maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Set-TwitterBearerToken</command:name>
      <command:verb>Set</command:verb>
      <command:noun>TwitterBearerToken</command:noun>
      <maml:description>
        <maml:para>The Set-TwitterBearerToken command receives and sets the user's bearer token credential.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>The Set-TwitterBearerToken command receives and sets the user's bearer token credential.</maml:para>
      <maml:para>The command sends the user's API key and API key secret to the Twitter and receives the bearer token which is saved in the session variable.</maml:para>
      <maml:para>If using the Persist switch, the encrypted credentials file will be stored in the folder $env:HOME/.BluebirdPS.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Set-TwitterBearerToken</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Persist</maml:name>
          <maml:Description>
            <maml:para>Use this switch to save the tested credentials to an encrypted credentials file located in $env:HOME/.BluebirdPS.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Persist</maml:name>
        <maml:Description>
          <maml:para>Use this switch to save the tested credentials to an encrypted credentials file located in $env:HOME/.BluebirdPS.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS &gt; Set-TwitterBearerToken -Persist</dev:code>
        <dev:remarks>
          <maml:para>Set the user's bearer token and save the session credentials in the folder $env:HOME/.BluebirdPS.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Authentication/Set-TwitterBearerToken</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Export-TwitterAuthentication</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Authentication/Export-TwitterAuthentication</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Api Reference - Authentication</maml:linkText>
        <maml:uri>https://developer.twitter.com/en/docs/authentication/api-reference/token</maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Test-TwitterAuthentication</command:name>
      <command:verb>Test</command:verb>
      <command:noun>TwitterAuthentication</command:noun>
      <maml:description>
        <maml:para>The command Test-TwitterAuthentication is used to validate the user's credentials.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>The command Test-TwitterAuthentication is used to validate the user's credentials.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Test-TwitterAuthentication</maml:name>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters />
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS &gt; Test-TwitterAuthentication</dev:code>
        <dev:remarks>
          <maml:para>Returns true if the user's credentials are valid, otherwise it will return false.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Authentication/Test-TwitterAuthentication</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Api Reference - GET account/verify_credentials</maml:linkText>
        <maml:uri>https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/manage-account-settings/api-reference/get-account-verify_credentials</maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Get-TwitterDM</command:name>
      <command:verb>Get</command:verb>
      <command:noun>TwitterDM</command:noun>
      <maml:description>
        <maml:para>Returns one or more direct messages.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Returns one or more direct messages.</maml:para>
      <maml:para>If the DirectMessageId is omitted, all DMs from the last 30 days will be returned in reverse chronological order.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-TwitterDM</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="Id">
          <maml:name>DirectMessageId</maml:name>
          <maml:Description>
            <maml:para>The id of the Direct Message event that should be returned.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>Count</maml:name>
          <maml:Description>
            <maml:para>Specifies the number of results to retrieve.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="Id">
        <maml:name>DirectMessageId</maml:name>
        <maml:Description>
          <maml:para>The id of the Direct Message event that should be returned.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>Count</maml:name>
        <maml:Description>
          <maml:para>Specifies the number of results to retrieve.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS &gt; Get-TwitterDM</dev:code>
        <dev:remarks>
          <maml:para>Returns a list of all DMs from the last 30 days.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>PS &gt; $Message = Get-TwitterDM -DirectMessageId 1326381283837157381
PS &gt; $Message.event.message_create
 
target sender_id source_app_id message_data
------ --------- ------------- ------------
@{recipient_id=00000000} 000000000 129032 @{text=Yeah. Let me write an update. I'll do that now.; entities=}</dev:code>
        <dev:remarks>
          <maml:para>Returns the direct message specified.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Direct%20Message/Get-TwitterDM</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Publish-TwitterDM</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Direct%20Message/Publish-TwitterDM</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Unpublish-TwitterDM</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Direct%20Message/Unpublish-TwitterDM</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Api Reference - GET direct_messages/events/list</maml:linkText>
        <maml:uri>https://developer.twitter.com/en/docs/twitter-api/v1/direct-messages/sending-and-receiving/api-reference/list-events</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Api Reference - GET direct_messages/events/show</maml:linkText>
        <maml:uri>https://developer.twitter.com/en/docs/twitter-api/v1/direct-messages/sending-and-receiving/api-reference/get-event</maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Publish-TwitterDM</command:name>
      <command:verb>Publish</command:verb>
      <command:noun>TwitterDM</command:noun>
      <maml:description>
        <maml:para>Publishes a new direct message to a specified user from the authenticating user.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Publishes a new direct message to a specified user from the authenticating user.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Publish-TwitterDM</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="0" aliases="id">
          <maml:name>UserId</maml:name>
          <maml:Description>
            <maml:para>The ID of the user to which you want to send a direct message.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>Message</maml:name>
          <maml:Description>
            <maml:para>The text of your Direct Message.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="2" aliases="media_id">
          <maml:name>MediaId</maml:name>
          <maml:Description>
            <maml:para>The MediaId returned from the Send-TwitterMedia command.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="0" aliases="id">
        <maml:name>UserId</maml:name>
        <maml:Description>
          <maml:para>The ID of the user to which you want to send a direct message.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>Message</maml:name>
        <maml:Description>
          <maml:para>The text of your Direct Message.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="2" aliases="media_id">
        <maml:name>MediaId</maml:name>
        <maml:Description>
          <maml:para>The MediaId returned from the Send-TwitterMedia command.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS &gt; Publish-TwitterDM -UserId 123456789 -Message "Did you hear about the release of #PowerShell 7.1?"</dev:code>
        <dev:remarks>
          <maml:para>Send the string message to the specified user as a direct message.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Direct%20Message/Publish-TwitterDM</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-TwitterDM</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Direct%20Message/Get-TwitterDM</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Unpublish-TwitterDM</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Direct%20Message/Unpublish-TwitterDM</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Api Reference - GET direct_messages/events/list</maml:linkText>
        <maml:uri>https://developer.twitter.com/en/docs/twitter-api/v1/direct-messages/sending-and-receiving/api-reference/new-event</maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Unpublish-TwitterDM</command:name>
      <command:verb>Unpublish</command:verb>
      <command:noun>TwitterDM</command:noun>
      <maml:description>
        <maml:para>Deletes the direct message specified by the DirectMessageId parameter.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Deletes the direct message specified by the DirectMessageId parameter.</maml:para>
      <maml:para>The authenticating user must be the recipient of the specified direct message. Direct Messages are only removed from the interface of the user context provided. Other members of the conversation can still access the Direct Messages.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Unpublish-TwitterDM</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="0" aliases="Id">
          <maml:name>DirectMessageId</maml:name>
          <maml:Description>
            <maml:para>The id of the Direct Message event that should be deleted.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="0" aliases="Id">
        <maml:name>DirectMessageId</maml:name>
        <maml:Description>
          <maml:para>The id of the Direct Message event that should be deleted.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS &gt; Unpublish-TwitterDM -DirectMessageId 9876543210123</dev:code>
        <dev:remarks>
          <maml:para>Deletes the direct message specified by the DirectMessageId parameter.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Direct%20Message/Unpublish-TwitterDM</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-TwitterDM</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Direct%20Message/Get-TwitterDM</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Publish-TwitterDM</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Direct%20Message/Publish-TwitterDM</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Api Reference - DELETE direct_messages/events/destroy</maml:linkText>
        <maml:uri>https://developer.twitter.com/en/docs/twitter-api/v1/direct-messages/sending-and-receiving/api-reference/delete-message-event</maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Get-TwitterApiEndpoint</command:name>
      <command:verb>Get</command:verb>
      <command:noun>TwitterApiEndpoint</command:noun>
      <maml:description>
        <maml:para>Displays the Twitter Api endpoint metadata for endpoints supported by this module.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Displays the Twitter Api endpoint metadata for endpoints supported by this module.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-TwitterApiEndpoint</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>Resource</maml:name>
          <maml:Description>
            <maml:para>Specifies the resource category of API endpoint that will be displayed.</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">account</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">application</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">blocks</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">direct_messages</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">favorites</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">followers</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">friends</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">friendships</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">help</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">lists</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">media</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mutes</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">oauth2</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">saved_searches</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">search</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">statuses</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">users</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
          <dev:type>
            <maml:name>String[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Get-TwitterApiEndpoint</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Command</maml:name>
          <maml:Description>
            <maml:para>Specifies the name of the module's function which to display the metadata for the API endpoint(s).</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>Resource</maml:name>
        <maml:Description>
          <maml:para>Specifies the resource category of API endpoint that will be displayed.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
        <dev:type>
          <maml:name>String[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Command</maml:name>
        <maml:Description>
          <maml:para>Specifies the name of the module's function which to display the metadata for the API endpoint(s).</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS &gt; Get-TwitterApiEndpoint -Resource help
 
Endpoint : GET help/configuration
Function : Get-TwitterConfiguration
ApiVersion : v1.1
Resource : help/configuration
Method : GET
Uri : https://api.twitter.com/1.1/help/configuration.json
ApiReference : https://developer.twitter.com/en/docs/twitter-api/v1/developer-utilities/configuration/api-reference/get-help-configuration
Description : Returns the current configuration used by Twitter including twitter.com slugs which are not usernames, maximum photo resolutions, and t.co shortened URL length.
               It is recommended applications request this endpoint when they are loaded, but no more than once a day.
Iteration : None
Parameters :
 
Endpoint : GET help/languages
Function : Get-TwitterLanguages
ApiVersion : v1.1
Resource : help/languages
Method : GET
Uri : https://api.twitter.com/1.1/help/languages.json
ApiReference : https://developer.twitter.com/en/docs/twitter-api/v1/developer-utilities/supported-languages/api-reference/get-help-languages
Description : Returns the list of languages supported by Twitter along with the language code supported by Twitter.
                       The language code may be formatted as ISO 639-1 alpha-2 (en), ISO 639-3 alpha-3 (msa), or ISO 639-1 alpha-2 combined with an ISO 3166-1 alpha-2 localization (zh-tw)
Iteration : None
Parameters :</dev:code>
        <dev:remarks>
          <maml:para>Display the endpoint metadata for the specified endpoint.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>PS &gt; Get-TwitterApiEndpoint -Resource friends,followers,friendships</dev:code>
        <dev:remarks>
          <maml:para>Display the endpoint metadata for the specified endpoints.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 3 --------------------------</maml:title>
        <dev:code>PS &gt; Get-TwitterApiEndpoint -Command Send-TwitterMedia</dev:code>
        <dev:remarks>
          <maml:para>Display the endpoint metadata for the command `Send-TwitterMedia`.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Helper%20Commands/Get-TwitterApiEndpoint</maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Get-TwitterHistory</command:name>
      <command:verb>Get</command:verb>
      <command:noun>TwitterHistory</command:noun>
      <maml:description>
        <maml:para>Displays the run history commands from the module that connects to the Twitter API.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Displays the run history commands from the module that connects to the Twitter API.</maml:para>
      <maml:para>Some API calls, such as the append call within the Send-TwitterMedia command, may not added to history as there could hundreds of such calls when uploading large videos.</maml:para>
      <maml:para>The data contained in each record in history is the same that is written to the information stream.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-TwitterHistory</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>First</maml:name>
          <maml:Description>
            <maml:para>Returns the number of first entries in the history for the session as specified.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Get-TwitterHistory</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Last</maml:name>
          <maml:Description>
            <maml:para>Returns the number of last entries in the history for the session as specified.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>First</maml:name>
        <maml:Description>
          <maml:para>Returns the number of first entries in the history for the session as specified.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Last</maml:name>
        <maml:Description>
          <maml:para>Returns the number of last entries in the history for the session as specified.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Get-TwitterHistory</dev:code>
        <dev:remarks>
          <maml:para>Displays the run history commands from the module that connects to the Twitter API.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>PS C:\&gt; Get-TwitterHistory -First 1
 
Command : Get-TwitterUserList
HttpMethod : GET
Uri : https://api.twitter.com/1.1/users/lookup.json
QueryString : ?include_entities=true&amp;screen_name=rtpsug,thedavecarroll,powershell_team
Status : 200 OK
Server : tsa_b
ResponseTime : 169
RateLimit : 900
RateLimitRemaining : 898
RateLimitReset : 11/22/2020 12:03:29 PM
Response : {[Cache-Control, System.String[]], [Date, System.String[]], [Pragma, System.String[]], [Server, System.String[]]…}</dev:code>
        <dev:remarks>
          <maml:para>Display the first command that connected to the Twitter API.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 3 --------------------------</maml:title>
        <dev:code>PS &gt; Get-TwitterHistory -Last 1</dev:code>
        <dev:remarks>
          <maml:para>Display the last command that connected to the Twitter API.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Helper%20Commands/Get-TwitterHistory</maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Get-TwitterRateLimitWarning</command:name>
      <command:verb>Get</command:verb>
      <command:noun>TwitterRateLimitWarning</command:noun>
      <maml:description>
        <maml:para>Returns the session setting for the Rate Limit Warning.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Returns the session setting for the Rate Limit Warning.</maml:para>
      <maml:para>If this setting is enabled, a warning message will be displayed for each rate limited API call.</maml:para>
      <maml:para>Notes: The warning will be always displayed when the remaining available API calls are five (5) or less. This setting is disabled at the beginning of the session.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-TwitterRateLimitWarning</maml:name>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters />
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS &gt; Get-TwitterRateLimitWarning
 
RateLimitWarning is set to Enabled</dev:code>
        <dev:remarks>
          <maml:para>Returns the session setting for the Rate Limit Warning.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Helper%20Commands/Get-TwitterRateLimitWarning</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-TwitterRateLimitWarning</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Helper%20Commands/Set-TwitterRateLimitWarning</maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Set-TwitterRateLimitWarning</command:name>
      <command:verb>Set</command:verb>
      <command:noun>TwitterRateLimitWarning</command:noun>
      <maml:description>
        <maml:para>Sets the session setting for the Rate Limit Warning.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Sets the session setting for the Rate Limit Warning.</maml:para>
      <maml:para>If this setting is enabled, a warning message will be displayed for each rate limited API call.</maml:para>
      <maml:para>Notes: The warning will be always displayed when the remaining available API calls are five (5) or less. This setting is disabled at the beginning of the session.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Set-TwitterRateLimitWarning</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Enable</maml:name>
          <maml:Description>
            <maml:para>Enable the rate limit warning.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Set-TwitterRateLimitWarning</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Disable</maml:name>
          <maml:Description>
            <maml:para>Disable the rate limit warning.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Enable</maml:name>
        <maml:Description>
          <maml:para>Enable the rate limit warning.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Disable</maml:name>
        <maml:Description>
          <maml:para>Disable the rate limit warning.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS &gt; Set-TwitterRateLimitWarning -Enable</dev:code>
        <dev:remarks>
          <maml:para>Enable the rate limit warning.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>PS &gt; Set-TwitterRateLimitWarning -Disable</dev:code>
        <dev:remarks>
          <maml:para>Disable the rate limit warning.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Helper%20Commands/Set-TwitterRateLimitWarning</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-TwitterRateLimitWarning</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Helper%20Commands/Get-TwitterRateLimitWarning</maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Test-SearchString</command:name>
      <command:verb>Test</command:verb>
      <command:noun>SearchString</command:noun>
      <maml:description>
        <maml:para>Validate a Twitter search string.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Validate a Twitter search string.</maml:para>
      <maml:para>Currently, this only validates against length.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Test-SearchString</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>SearchString</maml:name>
          <maml:Description>
            <maml:para>The search string consisting of text and Twitter search operators.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>SearchString</maml:name>
        <maml:Description>
          <maml:para>The search string consisting of text and Twitter search operators.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS &gt; Test-SearchString -SearchString '(from:thedavecarroll) (#BluebirdPS)'</dev:code>
        <dev:remarks>
          <maml:para>Validate a Twitter search string.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Helper%20Commands/Test-SearchString</maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Get-TwitterList</command:name>
      <command:verb>Get</command:verb>
      <command:noun>TwitterList</command:noun>
      <maml:description>
        <maml:para>Returns a specific list or all lists the authenticating or specified user subscribes to, including their own.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Returns a specific list or all lists the authenticating or specified user subscribes to, including their own.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-TwitterList</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ScreenName</maml:name>
          <maml:Description>
            <maml:para>The screen name of the user for whom to return results.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>OwnedListFirst</maml:name>
          <maml:Description>
            <maml:para>Return the authenticating user's lists first.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Get-TwitterList</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>UserId</maml:name>
          <maml:Description>
            <maml:para>The ID of the user for whom to return results.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>OwnedListFirst</maml:name>
          <maml:Description>
            <maml:para>Return the authenticating user's lists first.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Get-TwitterList</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ListId</maml:name>
          <maml:Description>
            <maml:para>The numerical id of the list.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Get-TwitterList</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Slug</maml:name>
          <maml:Description>
            <maml:para>Returns the specified list based on the slug which is derived from the name of the list.</maml:para>
            <maml:para>Note: Provide the list owner when returning a list based on the slug.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>OwnerId</maml:name>
          <maml:Description>
            <maml:para>The user id that owns the list specified by the Slug parameter.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
          <dev:type>
            <maml:name>Int64</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Get-TwitterList</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Slug</maml:name>
          <maml:Description>
            <maml:para>Returns the specified list based on the slug which is derived from the name of the list.</maml:para>
            <maml:para>Note: Provide the list owner when returning a list based on the slug.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>OwnerScreenName</maml:name>
          <maml:Description>
            <maml:para>The screen name of the user that owns the list specified by the Slug parameter.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>ScreenName</maml:name>
        <maml:Description>
          <maml:para>The screen name of the user for whom to return results.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>UserId</maml:name>
        <maml:Description>
          <maml:para>The ID of the user for whom to return results.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>OwnedListFirst</maml:name>
        <maml:Description>
          <maml:para>Return the authenticating user's lists first.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>ListId</maml:name>
        <maml:Description>
          <maml:para>The numerical id of the list.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Slug</maml:name>
        <maml:Description>
          <maml:para>Returns the specified list based on the slug which is derived from the name of the list.</maml:para>
          <maml:para>Note: Provide the list owner when returning a list based on the slug.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>OwnerId</maml:name>
        <maml:Description>
          <maml:para>The user id that owns the list specified by the Slug parameter.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
        <dev:type>
          <maml:name>Int64</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>OwnerScreenName</maml:name>
        <maml:Description>
          <maml:para>The screen name of the user that owns the list specified by the Slug parameter.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS &gt; Get-TwitterList</dev:code>
        <dev:remarks>
          <maml:para>Returns the lists owned by the authenticating user.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>PS &gt; Get-TwitterList -UserId 123456789</dev:code>
        <dev:remarks>
          <maml:para>Returns the lists owned by the specified user.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 3 --------------------------</maml:title>
        <dev:code>PS &gt; Get-TwitterList -ListId 749356646665629696</dev:code>
        <dev:remarks>
          <maml:para>Returns the specified list.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 4 --------------------------</maml:title>
        <dev:code>PS &gt; Get-TwitterList -Slug powershell-team -OwnerScreenName powershell_team</dev:code>
        <dev:remarks>
          <maml:para>Returns the specified list owned by the specified owner.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Lists/Get-TwitterList</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-TwitterListByOwner</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Lists/Get-TwitterListByOwner</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-TwitterListMember</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Lists/Get-TwitterListMember</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-TwitterListSubscriber</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Lists/Get-TwitterListSubscriber</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-TwitterListSubscription</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Lists/Get-TwitterListSubscription</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-TwitterListTweets</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Lists/Get-TwitterListTweets</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Api Reference - GET lists/list</maml:linkText>
        <maml:uri>https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/create-manage-lists/api-reference/get-lists-list</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Api Reference - GET lists/show</maml:linkText>
        <maml:uri>https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/create-manage-lists/api-reference/get-lists-show</maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Get-TwitterListByOwner</command:name>
      <command:verb>Get</command:verb>
      <command:noun>TwitterListByOwner</command:noun>
      <maml:description>
        <maml:para>Returns the lists owned by the specified user.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Returns the lists owned by the specified user.</maml:para>
      <maml:para>Private lists will only be shown if the authenticated user is also the owner of the lists.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-TwitterListByOwner</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="Count">
          <maml:name>ResultsPerPage</maml:name>
          <maml:Description>
            <maml:para>Specifies the number of results to retrieve per page.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ScreenName</maml:name>
          <maml:Description>
            <maml:para>The screen name of the user for whom to return results.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Get-TwitterListByOwner</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="Count">
          <maml:name>ResultsPerPage</maml:name>
          <maml:Description>
            <maml:para>Specifies the number of results to retrieve per page.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>UserId</maml:name>
          <maml:Description>
            <maml:para>The ID of the user for whom to return results.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
          <dev:type>
            <maml:name>Int64</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="Count">
        <maml:name>ResultsPerPage</maml:name>
        <maml:Description>
          <maml:para>Specifies the number of results to retrieve per page.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>ScreenName</maml:name>
        <maml:Description>
          <maml:para>The screen name of the user for whom to return results.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>UserId</maml:name>
        <maml:Description>
          <maml:para>The ID of the user for whom to return results.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
        <dev:type>
          <maml:name>Int64</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS &gt; Get-TwitterListByOwner -ScreenName thedavecarroll</dev:code>
        <dev:remarks>
          <maml:para>Returns the list owned by the specified user.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Lists/Get-TwitterListByOwner</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-TwitterList</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Lists/Get-TwitterList</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-TwitterListMember</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Lists/Get-TwitterListMember</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-TwitterListSubscriber</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Lists/Get-TwitterListSubscriber</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-TwitterListSubscription</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Lists/Get-TwitterListSubscription</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-TwitterListTweets</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Lists/Get-TwitterListTweets</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Api Reference - GET lists/ownerships</maml:linkText>
        <maml:uri>https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/create-manage-lists/api-reference/get-lists-ownerships</maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Get-TwitterListMember</command:name>
      <command:verb>Get</command:verb>
      <command:noun>TwitterListMember</command:noun>
      <maml:description>
        <maml:para>Returns the members of the specified list.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Returns the members of the specified list.</maml:para>
      <maml:para>Private list members will only be shown if the authenticated user owns the specified list.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-TwitterListMember</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ListId</maml:name>
          <maml:Description>
            <maml:para>The numerical id of the list.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ExcludeEntities</maml:name>
          <maml:Description>
            <maml:para>Exclude the entities node.</maml:para>
            <maml:para>This node offers a variety of metadata about the tweet in a discreet structure, including: user_mentions, urls, and hashtags.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ResultsPerPage</maml:name>
          <maml:Description>
            <maml:para>Specifies the number of results to retrieve per page.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>SkipStatus</maml:name>
          <maml:Description>
            <maml:para>Exclude the user statuses from the returned user objects.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Get-TwitterListMember</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Slug</maml:name>
          <maml:Description>
            <maml:para>Returns the specified list based on the slug which is derived from the name of the list.</maml:para>
            <maml:para>Note: Provide the list owner when returning a list based on the slug.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>OwnerId</maml:name>
          <maml:Description>
            <maml:para>The user id that owns the list specified by the Slug parameter.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
          <dev:type>
            <maml:name>Int64</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ExcludeEntities</maml:name>
          <maml:Description>
            <maml:para>Exclude the entities node.</maml:para>
            <maml:para>This node offers a variety of metadata about the tweet in a discreet structure, including: user_mentions, urls, and hashtags.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ResultsPerPage</maml:name>
          <maml:Description>
            <maml:para>Specifies the number of results to retrieve per page.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>SkipStatus</maml:name>
          <maml:Description>
            <maml:para>Exclude the user statuses from the returned user objects.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Get-TwitterListMember</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Slug</maml:name>
          <maml:Description>
            <maml:para>Returns the specified list based on the slug which is derived from the name of the list.</maml:para>
            <maml:para>Note: Provide the list owner when returning a list based on the slug.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>OwnerScreenName</maml:name>
          <maml:Description>
            <maml:para>The screen name of the user that owns the list specified by the Slug parameter.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ExcludeEntities</maml:name>
          <maml:Description>
            <maml:para>Exclude the entities node.</maml:para>
            <maml:para>This node offers a variety of metadata about the tweet in a discreet structure, including: user_mentions, urls, and hashtags.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ResultsPerPage</maml:name>
          <maml:Description>
            <maml:para>Specifies the number of results to retrieve per page.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>SkipStatus</maml:name>
          <maml:Description>
            <maml:para>Exclude the user statuses from the returned user objects.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>ListId</maml:name>
        <maml:Description>
          <maml:para>The numerical id of the list.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Slug</maml:name>
        <maml:Description>
          <maml:para>Returns the specified list based on the slug which is derived from the name of the list.</maml:para>
          <maml:para>Note: Provide the list owner when returning a list based on the slug.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>OwnerId</maml:name>
        <maml:Description>
          <maml:para>The user id that owns the list specified by the Slug parameter.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
        <dev:type>
          <maml:name>Int64</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>OwnerScreenName</maml:name>
        <maml:Description>
          <maml:para>The screen name of the user that owns the list specified by the Slug parameter.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>ExcludeEntities</maml:name>
        <maml:Description>
          <maml:para>Exclude the entities node.</maml:para>
          <maml:para>This node offers a variety of metadata about the tweet in a discreet structure, including: user_mentions, urls, and hashtags.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>ResultsPerPage</maml:name>
        <maml:Description>
          <maml:para>Specifies the number of results to retrieve per page.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>SkipStatus</maml:name>
        <maml:Description>
          <maml:para>Exclude the user statuses from the returned user objects.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS &gt; Get-TwitterListMember -ListId 749356646665629696 -ExcludeEntities -SkipStatus</dev:code>
        <dev:remarks>
          <maml:para>Returns the members of the specified list, but exclude the statuses and entities node.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>PS &gt; Get-TwitterListMember -Slug powershell-team -OwnerScreenName powershell_team</dev:code>
        <dev:remarks>
          <maml:para>Returns the members of the specified list.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Lists/Get-TwitterListMember</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-TwitterListByOwner</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Lists/Get-TwitterListByOwner</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-TwitterList</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Lists/Get-TwitterList</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-TwitterListSubscriber</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Lists/Get-TwitterListSubscriber</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-TwitterListSubscription</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Lists/Get-TwitterListSubscription</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-TwitterListTweets</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Lists/Get-TwitterListTweets</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Api Reference - GET lists/members</maml:linkText>
        <maml:uri>https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/create-manage-lists/api-reference/get-lists-members</maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Get-TwitterListSubscriber</command:name>
      <command:verb>Get</command:verb>
      <command:noun>TwitterListSubscriber</command:noun>
      <maml:description>
        <maml:para>Returns the subscribers of the specified list.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Returns the subscribers of the specified list.</maml:para>
      <maml:para>Private list subscribers will only be shown if the authenticated user owns the specified list.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-TwitterListSubscriber</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ListId</maml:name>
          <maml:Description>
            <maml:para>The numerical id of the list.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ExcludeEntities</maml:name>
          <maml:Description>
            <maml:para>Exclude the entities node.</maml:para>
            <maml:para>This node offers a variety of metadata about the tweet in a discreet structure, including: user_mentions, urls, and hashtags.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ResultsPerPage</maml:name>
          <maml:Description>
            <maml:para>Specifies the number of results to retrieve per page.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>SkipStatus</maml:name>
          <maml:Description>
            <maml:para>Exclude the user statuses from the returned user objects.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Get-TwitterListSubscriber</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Slug</maml:name>
          <maml:Description>
            <maml:para>Returns the specified list based on the slug which is derived from the name of the list.</maml:para>
            <maml:para>Note: Provide the list owner when returning a list based on the slug.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>OwnerId</maml:name>
          <maml:Description>
            <maml:para>The ID of the list owner for whom to return results.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
          <dev:type>
            <maml:name>Int64</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ExcludeEntities</maml:name>
          <maml:Description>
            <maml:para>Exclude the entities node.</maml:para>
            <maml:para>This node offers a variety of metadata about the tweet in a discreet structure, including: user_mentions, urls, and hashtags.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ResultsPerPage</maml:name>
          <maml:Description>
            <maml:para>Specifies the number of results to retrieve per page.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>SkipStatus</maml:name>
          <maml:Description>
            <maml:para>Exclude the user statuses from the returned user objects.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Get-TwitterListSubscriber</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Slug</maml:name>
          <maml:Description>
            <maml:para>Returns the specified list based on the slug which is derived from the name of the list.</maml:para>
            <maml:para>Note: Provide the list owner when returning a list based on the slug.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>OwnerScreenName</maml:name>
          <maml:Description>
            <maml:para>The screen name of the user for whom to return results.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ExcludeEntities</maml:name>
          <maml:Description>
            <maml:para>Exclude the entities node.</maml:para>
            <maml:para>This node offers a variety of metadata about the tweet in a discreet structure, including: user_mentions, urls, and hashtags.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ResultsPerPage</maml:name>
          <maml:Description>
            <maml:para>Specifies the number of results to retrieve per page.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>SkipStatus</maml:name>
          <maml:Description>
            <maml:para>Exclude the user statuses from the returned user objects.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>ListId</maml:name>
        <maml:Description>
          <maml:para>The numerical id of the list.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Slug</maml:name>
        <maml:Description>
          <maml:para>Returns the specified list based on the slug which is derived from the name of the list.</maml:para>
          <maml:para>Note: Provide the list owner when returning a list based on the slug.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>OwnerId</maml:name>
        <maml:Description>
          <maml:para>The ID of the list owner for whom to return results.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
        <dev:type>
          <maml:name>Int64</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>OwnerScreenName</maml:name>
        <maml:Description>
          <maml:para>The screen name of the user for whom to return results.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>ExcludeEntities</maml:name>
        <maml:Description>
          <maml:para>Exclude the entities node.</maml:para>
          <maml:para>This node offers a variety of metadata about the tweet in a discreet structure, including: user_mentions, urls, and hashtags.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>ResultsPerPage</maml:name>
        <maml:Description>
          <maml:para>Specifies the number of results to retrieve per page.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>SkipStatus</maml:name>
        <maml:Description>
          <maml:para>Exclude the user statuses from the returned user objects.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS &gt; Get-TwitterListSubscriber -ListId 857199747848957957</dev:code>
        <dev:remarks>
          <maml:para>Returns the users that subscribe to the list specified.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>PS &gt; Get-TwitterListSubscriber -Slug microsoft-evangelicals -OwnerScreenName thedavecarroll</dev:code>
        <dev:remarks>
          <maml:para>Returns the users that are subscribe to the list specified.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Lists/Get-TwitterListSubscriber</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-TwitterListSubscription</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Lists/Get-TwitterListSubscription</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-TwitterList</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Lists/Get-TwitterList</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-TwitterListMember</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Lists/Get-TwitterListMember</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-TwitterListByOwner</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Lists/Get-TwitterListByOwner</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-TwitterListTweets</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Lists/Get-TwitterListTweets</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Api Reference - GET lists/subscribers</maml:linkText>
        <maml:uri>https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/create-manage-lists/api-reference/get-lists-subscribers</maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Get-TwitterListSubscription</command:name>
      <command:verb>Get</command:verb>
      <command:noun>TwitterListSubscription</command:noun>
      <maml:description>
        <maml:para>Returns a collection of lists to which the specified user is subscribed.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Returns a collection of lists to which the specified user is subscribed.</maml:para>
      <maml:para>Does not include the user's own lists.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-TwitterListSubscription</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ScreenName</maml:name>
          <maml:Description>
            <maml:para>The screen name of the user for whom to return results.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ResultsPerPage</maml:name>
          <maml:Description>
            <maml:para>Specifies the number of results to retrieve per page.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Get-TwitterListSubscription</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>UserId</maml:name>
          <maml:Description>
            <maml:para>The ID of the user for whom to return results.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ResultsPerPage</maml:name>
          <maml:Description>
            <maml:para>Specifies the number of results to retrieve per page.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>ScreenName</maml:name>
        <maml:Description>
          <maml:para>The screen name of the user for whom to return results.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>UserId</maml:name>
        <maml:Description>
          <maml:para>The ID of the user for whom to return results.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>ResultsPerPage</maml:name>
        <maml:Description>
          <maml:para>Specifies the number of results to retrieve per page.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS &gt; Get-TwitterListSubscription -ScreenName thedavecarroll</dev:code>
        <dev:remarks>
          <maml:para>Returns a collection of lists to which the specified user is subscribed.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Lists/Get-TwitterListSubscription</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-TwitterListSubscriber</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Lists/Get-TwitterListSubscriber</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-TwitterList</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Lists/Get-TwitterList</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-TwitterListMember</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Lists/Get-TwitterListMember</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-TwitterListByOwner</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Lists/Get-TwitterListByOwner</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-TwitterListTweets</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Lists/Get-TwitterListTweets</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Api Reference - GET lists/subscriptions</maml:linkText>
        <maml:uri>https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/create-manage-lists/api-reference/get-lists-subscriptions</maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Get-TwitterListTweets</command:name>
      <command:verb>Get</command:verb>
      <command:noun>TwitterListTweets</command:noun>
      <maml:description>
        <maml:para>Returns a timeline of tweets authored by members of the specified list.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Returns a timeline of tweets authored by members of the specified list.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-TwitterListTweets</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ListId</maml:name>
          <maml:Description>
            <maml:para>The numerical id of the list.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>SinceId</maml:name>
          <maml:Description>
            <maml:para>Returns tweets with an id equal or greater than the value provided. Tweet id values roughly correlate to a date time.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
          <dev:type>
            <maml:name>Int64</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>MaxId</maml:name>
          <maml:Description>
            <maml:para>Returns tweets with an id less than the value provided. Tweet id values roughly correlate to a date time.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
          <dev:type>
            <maml:name>Int64</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ExcludeRetweets</maml:name>
          <maml:Description>
            <maml:para>By default, retweets are included. Use the ExcludeRetweets switch to omit retweets from the results.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ExcludeEntities</maml:name>
          <maml:Description>
            <maml:para>Exclude the entities node.</maml:para>
            <maml:para>This node offers a variety of metadata about the tweet in a discreet structure, including: user_mentions, urls, and hashtags.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Count</maml:name>
          <maml:Description>
            <maml:para>Specifies the number of results to retrieve.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
          <dev:type>
            <maml:name>Int64</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Get-TwitterListTweets</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Slug</maml:name>
          <maml:Description>
            <maml:para>Returns the specified list based on the slug which is derived from the name of the list.</maml:para>
            <maml:para>Note: Provide the list owner when returning a list based on the slug.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>OwnerId</maml:name>
          <maml:Description>
            <maml:para>The ID of the list owner for whom to return results.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
          <dev:type>
            <maml:name>Int64</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>SinceId</maml:name>
          <maml:Description>
            <maml:para>Returns tweets with an id equal or greater than the value provided. Tweet id values roughly correlate to a date time.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
          <dev:type>
            <maml:name>Int64</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>MaxId</maml:name>
          <maml:Description>
            <maml:para>Returns tweets with an id less than the value provided. Tweet id values roughly correlate to a date time.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
          <dev:type>
            <maml:name>Int64</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ExcludeRetweets</maml:name>
          <maml:Description>
            <maml:para>By default, retweets are included. Use the ExcludeRetweets switch to omit retweets from the results.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ExcludeEntities</maml:name>
          <maml:Description>
            <maml:para>Exclude the entities node.</maml:para>
            <maml:para>This node offers a variety of metadata about the tweet in a discreet structure, including: user_mentions, urls, and hashtags.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Count</maml:name>
          <maml:Description>
            <maml:para>Specifies the number of results to retrieve.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
          <dev:type>
            <maml:name>Int64</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Get-TwitterListTweets</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Slug</maml:name>
          <maml:Description>
            <maml:para>Returns the specified list based on the slug which is derived from the name of the list.</maml:para>
            <maml:para>Note: Provide the list owner when returning a list based on the slug.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>OwnerScreenName</maml:name>
          <maml:Description>
            <maml:para>The screen name of the user for whom to return results.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>SinceId</maml:name>
          <maml:Description>
            <maml:para>Returns tweets with an id equal or greater than the value provided. Tweet id values roughly correlate to a date time.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
          <dev:type>
            <maml:name>Int64</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>MaxId</maml:name>
          <maml:Description>
            <maml:para>Returns tweets with an id less than the value provided. Tweet id values roughly correlate to a date time.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
          <dev:type>
            <maml:name>Int64</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ExcludeRetweets</maml:name>
          <maml:Description>
            <maml:para>By default, retweets are included. Use the ExcludeRetweets switch to omit retweets from the results.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ExcludeEntities</maml:name>
          <maml:Description>
            <maml:para>Exclude the entities node.</maml:para>
            <maml:para>This node offers a variety of metadata about the tweet in a discreet structure, including: user_mentions, urls, and hashtags.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Count</maml:name>
          <maml:Description>
            <maml:para>Specifies the number of results to retrieve.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
          <dev:type>
            <maml:name>Int64</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>ListId</maml:name>
        <maml:Description>
          <maml:para>The numerical id of the list.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Slug</maml:name>
        <maml:Description>
          <maml:para>Returns the specified list based on the slug which is derived from the name of the list.</maml:para>
          <maml:para>Note: Provide the list owner when returning a list based on the slug.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>OwnerId</maml:name>
        <maml:Description>
          <maml:para>The ID of the list owner for whom to return results.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
        <dev:type>
          <maml:name>Int64</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>OwnerScreenName</maml:name>
        <maml:Description>
          <maml:para>The screen name of the user for whom to return results.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>SinceId</maml:name>
        <maml:Description>
          <maml:para>Returns tweets with an id equal or greater than the value provided. Tweet id values roughly correlate to a date time.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
        <dev:type>
          <maml:name>Int64</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>MaxId</maml:name>
        <maml:Description>
          <maml:para>Returns tweets with an id less than the value provided. Tweet id values roughly correlate to a date time.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
        <dev:type>
          <maml:name>Int64</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>ExcludeRetweets</maml:name>
        <maml:Description>
          <maml:para>By default, retweets are included. Use the ExcludeRetweets switch to omit retweets from the results.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>ExcludeEntities</maml:name>
        <maml:Description>
          <maml:para>Exclude the entities node.</maml:para>
          <maml:para>This node offers a variety of metadata about the tweet in a discreet structure, including: user_mentions, urls, and hashtags.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Count</maml:name>
        <maml:Description>
          <maml:para>Specifies the number of results to retrieve.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
        <dev:type>
          <maml:name>Int64</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS &gt; Get-TwitterListTweets -ListId 79064151 -Count 50</dev:code>
        <dev:remarks>
          <maml:para>Return the last 50 tweets from members of the specified list.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>PS &gt; Get-TwitterListTweets -Slug psconfbook -OwnerScreenName mikefrobbins -Count 10 -ExcludeEntities -ExcludeRetweets</dev:code>
        <dev:remarks>
          <maml:para>Return the last 10 tweets from members of the specified list, excluding retweets and the entities node.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Lists/Get-TwitterListTweets</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-TwitterListMember</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Lists/Get-TwitterListMember</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-TwitterList</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Lists/Get-TwitterList</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-TwitterListSubscription</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Lists/Get-TwitterListSubscription</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-TwitterListSubscriber</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Lists/Get-TwitterListSubscriber</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-TwitterListByOwner</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Lists/Get-TwitterListByOwner</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Api Reference - GET lists/statuses</maml:linkText>
        <maml:uri>https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/create-manage-lists/api-reference/get-lists-statuses</maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Send-TwitterMedia</command:name>
      <command:verb>Send</command:verb>
      <command:noun>TwitterMedia</command:noun>
      <maml:description>
        <maml:para>Upload media to Twitter to use in a tweet or direct message.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Upload media to Twitter to use in a tweet or direct message.</maml:para>
      <maml:para>You can only upload an image, video, or gif.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Send-TwitterMedia</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByValue)" position="0" aliases="none">
          <maml:name>Path</maml:name>
          <maml:Description>
            <maml:para>Specify the full path to the media file.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>Category</maml:name>
          <maml:Description>
            <maml:para>Specifies the type and use for the uploaded media.</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">TweetImage</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">TweetVideo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">TweetGif</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">DMImage</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">DMVideo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">DMGif</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
          <maml:name>AddOwners</maml:name>
          <maml:Description>
            <maml:para>Specifies list of UserId's that can use the uploaded media.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32[]</command:parameterValue>
          <dev:type>
            <maml:name>Int32[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>AltImageText</maml:name>
          <maml:Description>
            <maml:para>Provide additional information about the images or GIFs.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByValue)" position="0" aliases="none">
        <maml:name>Path</maml:name>
        <maml:Description>
          <maml:para>Specify the full path to the media file.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>Category</maml:name>
        <maml:Description>
          <maml:para>Specifies the type and use for the uploaded media.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>AltImageText</maml:name>
        <maml:Description>
          <maml:para>Provide additional information about the images or GIFs.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
        <maml:name>AddOwners</maml:name>
        <maml:Description>
          <maml:para>Specifies list of UserId's that can use the uploaded media.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32[]</command:parameterValue>
        <dev:type>
          <maml:name>Int32[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS &gt; Send-TwitterMedia -Path .\images\add-twitter-saved-search.png -Category TweetImage -AltImageText 'Add-TwitterSavedSearch example' -Verbose
 
VERBOSE: Reading file D:\GitHub\BluebirdPS\images\add-twitter-saved-search.png
VERBOSE: Beginning INIT phase - media size 13438, category tweet_image, type image/png
VERBOSE: Upload for media id 1330320081285500928 successfully initiated
VERBOSE: Beginning APPEND phase
VERBOSE: Beginning FINALIZE phase
VERBOSE: Adding AltImageText to media 1330320081285500928
VERBOSE: Alt image text successfully added to media
VERBOSE: Media upload complete
 
media_id : 1330320081285500928
media_id_string : 1330320081285500928
media_key : 3_1330320081285500928
size : 6203
expires_after_secs : 86400
image : @{image_type=image/png; w=690; h=177}</dev:code>
        <dev:remarks>
          <maml:para>Upload the specified media file and set the ALT text for the media.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Media/Send-TwitterMedia</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Api Reference - POST media/upload (INIT)</maml:linkText>
        <maml:uri>https://developer.twitter.com/en/docs/twitter-api/v1/media/upload-media/api-reference/post-media-upload-init</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Api Reference - POST media/upload (APPEND)</maml:linkText>
        <maml:uri>https://developer.twitter.com/en/docs/twitter-api/v1/media/upload-media/api-reference/post-media-upload-append</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Api Reference - POST media/upload (FINALIZE)</maml:linkText>
        <maml:uri>https://developer.twitter.com/en/docs/twitter-api/v1/media/upload-media/api-reference/post-media-upload-finalize</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Api Reference - Upload Media</maml:linkText>
        <maml:uri>https://developer.twitter.com/en/docs/twitter-api/v1/media/upload-media/uploading-media/media-best-practices</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Api Reference - Chunked Media Upload</maml:linkText>
        <maml:uri>https://developer.twitter.com/en/docs/twitter-api/v1/media/upload-media/uploading-media/chunked-media-upload</maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Add-TwitterSavedSearch</command:name>
      <command:verb>Add</command:verb>
      <command:noun>TwitterSavedSearch</command:noun>
      <maml:description>
        <maml:para>Create a new saved search for the authenticated user.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Create a new saved search for the authenticated user.</maml:para>
      <maml:para>Note: A user may only have 25 saved searches.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Add-TwitterSavedSearch</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>SearchString</maml:name>
          <maml:Description>
            <maml:para>The query of the search the user would like to save.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>SearchString</maml:name>
        <maml:Description>
          <maml:para>The query of the search the user would like to save.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS &gt; Add-TwitterSavedSearch -SearchString '(#pwsh_eats)'
 
id : 1325982551094210566
id_str : 1325982551094210566
query : (#pwsh_eats)
name : (#pwsh_eats)
position :
created_at : Tue Nov 10 02:04:10 +0000 2020</dev:code>
        <dev:remarks>
          <maml:para>Add a new saved search for the #pwsh_eats hashtag.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Searches/Add-TwitterSavedSearch</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-TwitterSavedSearch</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Searches/Get-TwitterSavedSearch</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Remove-TwitterSavedSearch</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Searches/Remove-TwitterSavedSearch</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Search Standard Operators</maml:linkText>
        <maml:uri>https://developer.twitter.com/en/docs/twitter-api/v1/rules-and-filtering/overview/standard-operators</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Api Reference - POST saved_searches/create</maml:linkText>
        <maml:uri>https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/manage-account-settings/api-reference/post-saved_searches-create</maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Get-TwitterSavedSearch</command:name>
      <command:verb>Get</command:verb>
      <command:noun>TwitterSavedSearch</command:noun>
      <maml:description>
        <maml:para>Returns one or all of the authenticating user's saved searches.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Returns one or all of the authenticating user's saved searches.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-TwitterSavedSearch</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="Id">
          <maml:name>SearchId</maml:name>
          <maml:Description>
            <maml:para>The id of the saved search.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
          <dev:type>
            <maml:name>Int64</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="Id">
        <maml:name>SearchId</maml:name>
        <maml:Description>
          <maml:para>The id of the saved search.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
        <dev:type>
          <maml:name>Int64</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS &gt; Get-TwitterSavedSearch
 
id : 1225849015092367362
id_str : 1225849015092367362
query : (#PoShEvents) (from:thedavecarroll)
name : (#PoShEvents) (from:thedavecarroll)
position :
created_at : Fri Feb 07 18:29:15 +0000 2020
 
id : 1316223626610343936
id_str : 1316223626610343936
query : (from:JeffHicks) (#PSTweetChat)
name : (from:JeffHicks) (#PSTweetChat)
position :
created_at : Wed Oct 14 03:45:41 +0000 2020
 
id : 1325982551094210566
id_str : 1325982551094210566
query : (#pwsh_eats)
name : (#pwsh_eats)
position :
created_at : Tue Nov 10 02:04:10 +0000 2020</dev:code>
        <dev:remarks>
          <maml:para>Returns all of the authenticating user's saved searches.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>PS &gt; Get-TwitterSavedSearch -SearchId 1316223626610343936
 
id : 1316223626610343936
id_str : 1316223626610343936
query : (from:JeffHicks) (#PSTweetChat)
name : (from:JeffHicks) (#PSTweetChat)
position :
created_at : Wed Oct 14 03:45:41 +0000 2020</dev:code>
        <dev:remarks>
          <maml:para>Returns the authenticating user's specified saved search.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Searches/Get-TwitterSavedSearch</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Add-TwitterSavedSearch</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Searches/Add-TwitterSavedSearch</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Remove-TwitterSavedSearch</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Searches/Remove-TwitterSavedSearch</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Api Reference - GET saved_searches/list</maml:linkText>
        <maml:uri>https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/manage-account-settings/api-reference/get-saved_searches-list</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Api Reference - GET saved_searches/show/:id</maml:linkText>
        <maml:uri>https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/manage-account-settings/api-reference/get-saved_searches-list</maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Remove-TwitterSavedSearch</command:name>
      <command:verb>Remove</command:verb>
      <command:noun>TwitterSavedSearch</command:noun>
      <maml:description>
        <maml:para>Deletes the specified saved search belonging to the authenticating user.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Deletes the specified saved search belonging to the authenticating user.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Remove-TwitterSavedSearch</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="Id">
          <maml:name>SearchId</maml:name>
          <maml:Description>
            <maml:para>The id of the saved search.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int64[]</command:parameterValue>
          <dev:type>
            <maml:name>Int64[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="cf">
          <maml:name>Confirm</maml:name>
          <maml:Description>
            <maml:para>Prompts you for confirmation before running the cmdlet.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="wi">
          <maml:name>WhatIf</maml:name>
          <maml:Description>
            <maml:para>Shows what would happen if the cmdlet runs. The cmdlet is not run.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="Id">
        <maml:name>SearchId</maml:name>
        <maml:Description>
          <maml:para>The id of the saved search.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int64[]</command:parameterValue>
        <dev:type>
          <maml:name>Int64[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="cf">
        <maml:name>Confirm</maml:name>
        <maml:Description>
          <maml:para>Prompts you for confirmation before running the cmdlet.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="wi">
        <maml:name>WhatIf</maml:name>
        <maml:Description>
          <maml:para>Shows what would happen if the cmdlet runs. The cmdlet is not run.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS &gt; Remove-TwitterSavedSearch -SearchId 1225849015092367362
 
Confirm
Are you sure you want to perform this action?
Performing the operation "Removing Saved Search" on target "Search : (#PoShEvents) (from:thedavecarroll), Created: Fri Feb 07 18:29:15 +0000 2020".
[Y] Yes [A] Yes to All [N] No [L] No to All [S] Suspend [?] Help (default is "Y"): y</dev:code>
        <dev:remarks>
          <maml:para>Deletes the specified saved search belonging to the authenticating user.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Searches/Remove-TwitterSavedSearch</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-TwitterSavedSearch</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Searches/Get-TwitterSavedSearch</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Add-TwitterSavedSearch</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Searches/Add-TwitterSavedSearch</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Api Reference - POST saved_searches/destroy/:id</maml:linkText>
        <maml:uri>https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/manage-account-settings/api-reference/post-saved_searches-destroy-id</maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Search-Tweet</command:name>
      <command:verb>Search</command:verb>
      <command:noun>Tweet</command:noun>
      <maml:description>
        <maml:para>Returns a collection of relevant Tweets matching a specified query.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Returns a collection of relevant Tweets matching a specified query.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Search-Tweet</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>SearchString</maml:name>
          <maml:Description>
            <maml:para>The search string consisting of text and Twitter search operators.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>Count</maml:name>
          <maml:Description>
            <maml:para>Specifies the number of tweets to retrieve.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ExcludeEntities</maml:name>
          <maml:Description>
            <maml:para>Exclude the entities node.</maml:para>
            <maml:para>This node offers a variety of metadata about the tweet in a discreet structure, including: user_mentions, urls, and hashtags.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>SearchString</maml:name>
        <maml:Description>
          <maml:para>The search string consisting of text and Twitter search operators.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>ExcludeEntities</maml:name>
        <maml:Description>
          <maml:para>Exclude the entities node.</maml:para>
          <maml:para>This node offers a variety of metadata about the tweet in a discreet structure, including: user_mentions, urls, and hashtags.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>Count</maml:name>
        <maml:Description>
          <maml:para>Specifies the number of tweets to retrieve.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para>Please note that Twitter's search service and, by extension, the Search API is not meant to be an exhaustive source of Tweets. Not all Tweets will be indexed or made available via the search interface.</maml:para>
        <maml:para>To learn how to use Twitter Search effectively, please see the Standard search operators page for a list of available filter operators.</maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS &gt; Search-Tweet -SearchString '(from:thedavecarroll) (#BluebirdPS)' -InformationVariable myinfo
 
created_at : Sat Nov 21 21:05:14 +0000 2020
id : 1330255977636048896
id_str : 1330255977636048896
text : Continuing work on #BluebirdPS #PowerShell 7 Twitter module. Tweaking the Send-TwitterMedia function.… https://t.co/ylU7YX8gBV
truncated : True
entities : @{hashtags=System.Object[]; symbols=System.Object[]; user_mentions=System.Object[]; urls=System.Object[]}
metadata : @{iso_language_code=en; result_type=recent}
source : &lt;a href="https://powershell.anovelidea.org" rel="nofollow"&gt;thedavecarrroll-tweets-with-pwsh&lt;/a&gt;
...
is_quote_status : False
retweet_count : 1
favorite_count : 3
favorited : False
retweeted : False
possibly_sensitive : False
lang : en
 
PS &gt; $myinfo.MessageData
 
Command : Search-Tweet
HttpMethod : GET
Uri : https://api.twitter.com/1.1/search/tweets.json
QueryString : ?include_entities=true&amp;q=%28from%3Athedavecarroll%29%20%28%23BluebirdPS%29
Status : 200 OK
Server : tsa_b
ResponseTime : 55
RateLimit : 180
RateLimitRemaining : 174
RateLimitReset : 11/21/2020 8:25:04 PM
Response : {[Cache-Control, System.String[]], [Date, System.String[]], [Pragma, System.String[]], [Server, System.String[]]…}
 
completed_in : 0.022
max_id : 1330255977636048896
max_id_str : 1330255977636048896
next_results : ?max_id=1330255977636048895&amp;q=%28from%3Athedavecarroll%29%20%28%23BluebirdPS%29&amp;include_entities=1
query : %28from%3Athedavecarroll%29+%28%23BluebirdPS%29
refresh_url : ?since_id=1330255977636048896&amp;q=%28from%3Athedavecarroll%29%20%28%23BluebirdPS%29&amp;include_entities=1
count : 15
since_id : 0
since_id_str : 0</dev:code>
        <dev:remarks>
          <maml:para>Returns a collection of relevant Tweets matching a specified query.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Searches/Search-Tweet</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Test-SearchString</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Helper%20Commands/Test-SearchString</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Search Standard Operators</maml:linkText>
        <maml:uri>https://developer.twitter.com/en/docs/twitter-api/v1/rules-and-filtering/overview/standard-operators</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Api Reference - GET search/tweets</maml:linkText>
        <maml:uri>https://developer.twitter.com/en/docs/twitter-api/v1/tweets/search/api-reference/get-search-tweets</maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Export-TwitterResource</command:name>
      <command:verb>Export</command:verb>
      <command:noun>TwitterResource</command:noun>
      <maml:description>
        <maml:para>Connects to Twitter to retrieve the specified resource and saves it to file.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Connects to Twitter to retrieve the specified resource and saves it to file.</maml:para>
      <maml:para>The resource data will be stored in the folder $env:HOME/.BluebirdPS.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Export-TwitterResource</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Configuration</maml:name>
          <maml:Description>
            <maml:para>Download the configuration data using `Get-TwitterConfiguration` and saves the results.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Export-TwitterResource</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Languages</maml:name>
          <maml:Description>
            <maml:para>Download the configuration data using `Get-TwitterLanguages` and saves the results.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Configuration</maml:name>
        <maml:Description>
          <maml:para>Download the configuration data using `Get-TwitterConfiguration` and saves the results.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Languages</maml:name>
        <maml:Description>
          <maml:para>Download the configuration data using `Get-TwitterLanguages` and saves the results.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS &gt; Export-TwitterResource -Configuration -Verbose
 
VERBOSE: Saved Twitter Configuration to C:\Users\Dave\.BluebirdPS\TwitterConfiguration.json</dev:code>
        <dev:remarks>
          <maml:para>Export the configuration data.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>PS &gt; Export-TwitterResource -Languages</dev:code>
        <dev:remarks>
          <maml:para>Export the languages data.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Supporting%20Commands/Export-TwitterResource</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-TwitterConfiguration</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Supporting%20Commands/Get-TwitterConfiguration</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-TwitterLanguages</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Supporting%20Commands/Get-TwitterLanguages</maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Get-TwitterAccountSettings</command:name>
      <command:verb>Get</command:verb>
      <command:noun>TwitterAccountSettings</command:noun>
      <maml:description>
        <maml:para>Returns the settings for the authenticating user.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Returns the settings for the authenticating user.</maml:para>
      <maml:para>This includes current trend, geo and sleep time information.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-TwitterAccountSettings</maml:name>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters />
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS &gt; Get-TwitterAccountSettings</dev:code>
        <dev:remarks>
          <maml:para>Returns the settings for the authenticating user.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Supporting%20Commands/Get-TwitterAccountSettings</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Api Reference - GET account/settings</maml:linkText>
        <maml:uri>https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/manage-account-settings/api-reference/get-account-settings</maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Get-TwitterConfiguration</command:name>
      <command:verb>Get</command:verb>
      <command:noun>TwitterConfiguration</command:noun>
      <maml:description>
        <maml:para>Returns the current configuration used by Twitter including twitter.com slugs which are not usernames, maximum photo resolutions, and t.co shortened URL length.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Returns the current configuration used by Twitter including twitter.com slugs which are not usernames, maximum photo resolutions, and t.co shortened URL length.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-TwitterConfiguration</maml:name>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters />
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS &gt; Get-TwitterConfiguration
 
dm_text_character_limit : 10000
characters_reserved_per_media : 24
max_media_per_upload : 1
non_username_paths : {about, account, accounts, activityΓǪ}
photo_size_limit : 3145728
photo_sizes : @{thumb=; small=; medium=; large=}
short_url_length : 23
short_url_length_https : 23</dev:code>
        <dev:remarks>
          <maml:para>Returns the current configuration used by Twitter.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Supporting%20Commands/Get-TwitterConfiguration</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Api Reference - GET help/configuration</maml:linkText>
        <maml:uri>https://developer.twitter.com/en/docs/twitter-api/v1/developer-utilities/configuration/api-reference/get-help-configuration</maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Get-TwitterLanguages</command:name>
      <command:verb>Get</command:verb>
      <command:noun>TwitterLanguages</command:noun>
      <maml:description>
        <maml:para>Returns the list of languages supported by Twitter along with the language code supported by Twitter.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Returns the list of languages supported by Twitter along with the language code supported by Twitter.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-TwitterLanguages</maml:name>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters />
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS &gt; Get-TwitterLanguages
 
code : fr
name : French
local_name : français
status : production
debug : False
 
code : en
name : English
local_name : English
status : production
debug : False
 
code : ga
name : Irish
local_name : Gaeilge
status : beta
debug : False
 
&lt;TRUNCATED&gt;</dev:code>
        <dev:remarks>
          <maml:para>Returns the list of languages supported by Twitter along with the language code supported by Twitter.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Supporting%20Commands/Get-TwitterLanguages</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Api Reference - GET help/languages</maml:linkText>
        <maml:uri>https://developer.twitter.com/en/docs/twitter-api/v1/developer-utilities/supported-languages/api-reference/get-help-languages</maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Get-TwitterRateLimitStatus</command:name>
      <command:verb>Get</command:verb>
      <command:noun>TwitterRateLimitStatus</command:noun>
      <maml:description>
        <maml:para>Returns the current rate limits for methods belonging to the specified resource families.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Returns the current rate limits for methods belonging to the specified resource families.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-TwitterRateLimitStatus</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>Resources</maml:name>
          <maml:Description>
            <maml:para>A comma-separated list of resource families you want to know the current rate limit disposition for.</maml:para>
            <maml:para>For best performance, only specify the resource families pertinent to your application.</maml:para>
            <maml:para>See API Rate Limiting for more information.</maml:para>
          </maml:Description>
          <command:parameterValueGroup>
            <command:parameterValue required="false" command:variableLength="false">lists</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">application</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">mutes</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">live_video_stream</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">friendships</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">guide</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">auth</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">blocks</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">geo</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">users</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">teams</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">followers</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">collections</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">statuses</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">custom_profiles</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">webhooks</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">contacts</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">labs</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">i</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tweet_prompts</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">moments</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">limiter_scalding_report_creation</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">fleets</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">help</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">feedback</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">business_experience</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">graphql&amp;POST</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">friends</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">sandbox</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">drafts</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">direct_messages</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">media</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">traffic</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">account_activity</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">account</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">safety</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">favorites</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">device</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">tweets</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">saved_searches</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">oauth</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">search</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">trends</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">live_pipeline</command:parameterValue>
            <command:parameterValue required="false" command:variableLength="false">graphql</command:parameterValue>
          </command:parameterValueGroup>
          <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
          <dev:type>
            <maml:name>String[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>Resources</maml:name>
        <maml:Description>
          <maml:para>A comma-separated list of resource families you want to know the current rate limit disposition for.</maml:para>
          <maml:para>For best performance, only specify the resource families pertinent to your application.</maml:para>
          <maml:para>See API Rate Limiting for more information.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
        <dev:type>
          <maml:name>String[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS &gt; Get-TwitterRateLimitStatus</dev:code>
        <dev:remarks>
          <maml:para>Returns the current rate limits for all resources.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>PS &gt; Get-TwitterRateLimitStatus -Resources friends | ConvertTo-Json
 
{
  "friends": {
    "/friends/following/ids": {
      "limit": 15,
      "remaining": 15,
      "reset": 1606013805
    },
    "/friends/following/list": {
      "limit": 15,
      "remaining": 15,
      "reset": 1606013805
    },
    "/friends/list": {
      "limit": 15,
      "remaining": 15,
      "reset": 1606013805
    },
    "/friends/ids": {
      "limit": 15,
      "remaining": 15,
      "reset": 1606013805
    }
  }
}</dev:code>
        <dev:remarks>
          <maml:para>Returns the current rate limits for the friends resource.</maml:para>
          <maml:para>The output was converted to JSON for easier readability.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Supporting%20Commands/Get-TwitterRateLimitStatus</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Api Reference - GET application/rate_limit_status</maml:linkText>
        <maml:uri>https://developer.twitter.com/en/docs/twitter-api/v1/developer-utilities/rate-limit-status/api-reference/get-application-rate_limit_status</maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Get-Tweet</command:name>
      <command:verb>Get</command:verb>
      <command:noun>Tweet</command:noun>
      <maml:description>
        <maml:para>Returns a single Tweet, specified by the TweetId parameter. The Tweet's author will also be embedded within the Tweet.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Returns a single Tweet, specified by the TweetId parameter. The Tweet's author will also be embedded within the Tweet.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-Tweet</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByValue)" position="0" aliases="Id">
          <maml:name>TweetId</maml:name>
          <maml:Description>
            <maml:para>The numerical ID of the desired Tweet.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
          <dev:type>
            <maml:name>Int64</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByValue)" position="0" aliases="Id">
        <maml:name>TweetId</maml:name>
        <maml:Description>
          <maml:para>The numerical ID of the desired Tweet.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
        <dev:type>
          <maml:name>Int64</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.Int64</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS &gt; Get-Tweet -TweetId 1306447142052155394
 
created_at : Thu Sep 17 04:17:25 +0000 2020
id : 1306447142052155394
id_str : 1306447142052155394
text : In the #PSConfBook, Vol 3, you'll find 22 chapters containing great information on using #PowerShell for systems ma… https://t.co/e2rH22110h
truncated : True
entities : @{hashtags=System.Object[]; symbols=System.Object[]; user_mentions=System.Object[]; urls=System.Object[]}
source : &lt;a href="http://twitter.com/download/iphone" rel="nofollow"&gt;Twitter for iPhone&lt;/a&gt;
in_reply_to_status_id :
in_reply_to_status_id_str :
in_reply_to_user_id :
in_reply_to_user_id_str :
in_reply_to_screen_name :
user : @{id=292670084; id_str=292670084; name=Dave Carroll; screen_name=thedavecarroll;
                                &lt;truncated&gt;
geo :
coordinates :
place :
contributors :
is_quote_status : False
retweet_count : 8
favorite_count : 10
favorited : False
retweeted : True
possibly_sensitive : False
possibly_sensitive_appealable : False
lang : en</dev:code>
        <dev:remarks>
          <maml:para>Return the tweet with TweetId 1306447142052155394.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Tweets/Get-Tweet</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Publish-Tweet</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Tweets/Publish-Tweet</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>API Documentation - GET statuses/show/:id</maml:linkText>
        <maml:uri>https://developer.twitter.com/en/docs/twitter-api/v1/tweets/post-and-engage/api-reference/get-statuses-show-id</maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Get-TweetLike</command:name>
      <command:verb>Get</command:verb>
      <command:noun>TweetLike</command:noun>
      <maml:description>
        <maml:para>Returns recent Tweets liked by the specified user.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Returns recent Tweets liked by the specified user.</maml:para>
      <maml:para>Likes were previously called favorites.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-TweetLike</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ScreenName</maml:name>
          <maml:Description>
            <maml:para>The screen name of the user for whom to return results.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Count</maml:name>
          <maml:Description>
            <maml:para>Specifies the number of results to retrieve.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ExcludeEntities</maml:name>
          <maml:Description>
            <maml:para>Exclude the entities node.</maml:para>
            <maml:para>This node offers a variety of metadata about the tweet in a discreet structure, including: user_mentions, urls, and hashtags.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>MaxId</maml:name>
          <maml:Description>
            <maml:para>Returns tweets with an id less than the value provided. Tweet id values roughly correlate to a date time.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
          <dev:type>
            <maml:name>Int64</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>SinceId</maml:name>
          <maml:Description>
            <maml:para>Returns tweets with an id equal or greater than the value provided. Tweet id values roughly correlate to a date time.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
          <dev:type>
            <maml:name>Int64</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Get-TweetLike</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>UserId</maml:name>
          <maml:Description>
            <maml:para>The ID of the user for whom to return results.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Count</maml:name>
          <maml:Description>
            <maml:para>Specifies the number of results to retrieve.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ExcludeEntities</maml:name>
          <maml:Description>
            <maml:para>Exclude the entities node.</maml:para>
            <maml:para>This node offers a variety of metadata about the tweet in a discreet structure, including: user_mentions, urls, and hashtags.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>MaxId</maml:name>
          <maml:Description>
            <maml:para>Returns tweets with an id less than the value provided. Tweet id values roughly correlate to a date time.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
          <dev:type>
            <maml:name>Int64</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>SinceId</maml:name>
          <maml:Description>
            <maml:para>Returns tweets with an id equal or greater than the value provided. Tweet id values roughly correlate to a date time.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
          <dev:type>
            <maml:name>Int64</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>ScreenName</maml:name>
        <maml:Description>
          <maml:para>The screen name of the user for whom to return results.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>UserId</maml:name>
        <maml:Description>
          <maml:para>The ID of the user for whom to return results.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Count</maml:name>
        <maml:Description>
          <maml:para>Specifies the number of results to retrieve.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>ExcludeEntities</maml:name>
        <maml:Description>
          <maml:para>Exclude the entities node.</maml:para>
          <maml:para>This node offers a variety of metadata about the tweet in a discreet structure, including: user_mentions, urls, and hashtags.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>MaxId</maml:name>
        <maml:Description>
          <maml:para>Returns tweets with an id less than the value provided. Tweet id values roughly correlate to a date time.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
        <dev:type>
          <maml:name>Int64</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>SinceId</maml:name>
        <maml:Description>
          <maml:para>Returns tweets with an id equal or greater than the value provided. Tweet id values roughly correlate to a date time.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
        <dev:type>
          <maml:name>Int64</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS &gt; Get-TweetLike -ScreenName thedavecarroll</dev:code>
        <dev:remarks>
          <maml:para>Return the last 20 tweets that the user, with the specified screen name, liked.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>PS &gt; Get-TweetLike -ScreenName thedavecarroll -Count 15 -ExcludeEntities</dev:code>
        <dev:remarks>
          <maml:para>Return the last 15 tweets that the user, with the specified screen name, liked excluding the entities in the results.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 3 --------------------------</maml:title>
        <dev:code>PS &gt; Get-TweetLike -UserId 292670084</dev:code>
        <dev:remarks>
          <maml:para>Return the last 20 tweets that the user, with the specified id, liked.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Tweets/Get-TweetLike</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Set-TweetLike</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Tweets/Set-TweetLike</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Api Reference - GET favorites/list</maml:linkText>
        <maml:uri>https://developer.twitter.com/en/docs/twitter-api/v1/tweets/post-and-engage/api-reference/get-favorites-list</maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Publish-Tweet</command:name>
      <command:verb>Publish</command:verb>
      <command:noun>Tweet</command:noun>
      <maml:description>
        <maml:para>Publishes a tweet for the authenticating user.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Publishes a tweet for the authenticating user.</maml:para>
      <maml:para>Duplicate tweets are not allowed, that is to say, a user cannot post the same tweet twice in a row.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Publish-Tweet</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
          <maml:name>TweetText</maml:name>
          <maml:Description>
            <maml:para>The text of the tweet.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
          <maml:name>ReplyToTweet</maml:name>
          <maml:Description>
            <maml:para>The id of an existing tweet to which the authenticating user wants to reply.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
          <dev:type>
            <maml:name>Int64</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
          <maml:name>MediaId</maml:name>
          <maml:Description>
            <maml:para>The MediaId returned from the Send-TwitterMedia command.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Object[]</command:parameterValue>
          <dev:type>
            <maml:name>Object[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="0" aliases="none">
        <maml:name>TweetText</maml:name>
        <maml:Description>
          <maml:para>The text of the tweet.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
        <maml:name>MediaId</maml:name>
        <maml:Description>
          <maml:para>The MediaId returned from the Send-TwitterMedia command.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Object[]</command:parameterValue>
        <dev:type>
          <maml:name>Object[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
        <maml:name>ReplyToTweet</maml:name>
        <maml:Description>
          <maml:para>The id of an existing tweet to which the authenticating user wants to reply.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
        <dev:type>
          <maml:name>Int64</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS &gt; Publish-Tweet -TweetText 'Getting an example for documentation for the Publish-Tweet command of the #BluebirdPS #PowerShell 7 module for Twitter.'</dev:code>
        <dev:remarks>
          <maml:para>Publishes the provided text for the authenticating user.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>PS &gt; Publish-Tweet -TweetText 'The Publish-Tweet command of the #BluebirdPS #PowerShell 7 module for Twitter can also reply to a tweet unless I have a silly typo in the definition. ¯\_(ツ)_/¯' -ReplyToTweet 1330354141055643648 -MediaId 1330355920799412226
 
created_at : Sun Nov 22 03:47:42 +0000 2020
id : 1330357261626208258
id_str : 1330357261626208258
text : The Publish-Tweet command of the #BluebirdPS #PowerShell 7 module for Twitter can also reply to a tweet unless I ha… https://t.co/Kz6qAA0fNb
truncated : True
entities : @{hashtags=System.Object[]; symbols=System.Object[]; user_mentions=System.Object[]; urls=System.Object[]}
source : &lt;a href="https://powershell.anovelidea.org" rel="nofollow"&gt;thedavecarrroll-tweets-with-pwsh&lt;/a&gt;
in_reply_to_status_id : 1330354141055643648
in_reply_to_status_id_str : 1330354141055643648
in_reply_to_user_id : 292670084
in_reply_to_user_id_str : 292670084
in_reply_to_screen_name : thedavecarroll
&lt;TRUNCATED OUTPUT&gt;</dev:code>
        <dev:remarks>
          <maml:para>Publishes the provided text as a reply with the specified media for the authenticating user.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Tweets/Publish-Tweet</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-Tweet</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Tweets/Get-Tweet</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>API Documentation - POST statuses/update</maml:linkText>
        <maml:uri>https://developer.twitter.com/en/docs/twitter-api/v1/tweets/post-and-engage/api-reference/post-statuses-update</maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Set-Retweet</command:name>
      <command:verb>Set</command:verb>
      <command:noun>Retweet</command:noun>
      <maml:description>
        <maml:para>Retweet or unretweet an existing tweet.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Retweet or unretweet an existing tweet.</maml:para>
      <maml:para>Returns the original Tweet with Retweet details embedded.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Set-Retweet</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The id of the tweet.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
          <dev:type>
            <maml:name>Int64</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Retweet</maml:name>
          <maml:Description>
            <maml:para>Instructs the command to retweet the specified tweet.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Set-Retweet</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Id</maml:name>
          <maml:Description>
            <maml:para>The id of the tweet.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
          <dev:type>
            <maml:name>Int64</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Unretweet</maml:name>
          <maml:Description>
            <maml:para>Instructs the command to unretweet the specified tweet.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Id</maml:name>
        <maml:Description>
          <maml:para>The id of the tweet.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
        <dev:type>
          <maml:name>Int64</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Retweet</maml:name>
        <maml:Description>
          <maml:para>Instructs the command to retweet the specified tweet.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Unretweet</maml:name>
        <maml:Description>
          <maml:para>Instructs the command to unretweet the specified tweet.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS &gt; Set-Retweet -Id 1330354141055643648</dev:code>
        <dev:remarks>
          <maml:para>Retweets the specified tweet.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>PS &gt; Set-Retweet -Id 1330354141055643648 -Unretweet</dev:code>
        <dev:remarks>
          <maml:para>Unretweets the specified tweet.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Tweets/Set-Retweet</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-Tweet</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Tweets/Get-Tweet</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>API Documentation - POST statuses/retweet/:id</maml:linkText>
        <maml:uri>https://developer.twitter.com/en/docs/twitter-api/v1/tweets/post-and-engage/api-reference/post-statuses-retweet-id</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>API Documentation - POST statuses/unretweet/:id</maml:linkText>
        <maml:uri>https://developer.twitter.com/en/docs/twitter-api/v1/tweets/post-and-engage/api-reference/post-statuses-unretweet-id</maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Set-TweetLike</command:name>
      <command:verb>Set</command:verb>
      <command:noun>TweetLike</command:noun>
      <maml:description>
        <maml:para>Likes or un-likes the specified tweet as the authenticating user.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Likes or un-likes the specified tweet as the authenticating user.</maml:para>
      <maml:para>The immediately returned Tweet object may not indicate the resultant status of the Tweet.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Set-TweetLike</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="Id)">
          <maml:name>TweetId</maml:name>
          <maml:Description>
            <maml:para>The numerical ID of the desired Tweet.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
          <dev:type>
            <maml:name>Int64</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Like</maml:name>
          <maml:Description>
            <maml:para>Like the specified tweet.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ExcludeEntities</maml:name>
          <maml:Description>
            <maml:para>Exclude the entities node.</maml:para>
            <maml:para>This node offers a variety of metadata about the tweet in a discreet structure, including: user_mentions, urls, and hashtags.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Set-TweetLike</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="Id)">
          <maml:name>TweetId</maml:name>
          <maml:Description>
            <maml:para>The numerical ID of the desired Tweet.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
          <dev:type>
            <maml:name>Int64</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Unlike</maml:name>
          <maml:Description>
            <maml:para>Un-like the specified tweet.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ExcludeEntities</maml:name>
          <maml:Description>
            <maml:para>Exclude the entities node.</maml:para>
            <maml:para>This node offers a variety of metadata about the tweet in a discreet structure, including: user_mentions, urls, and hashtags.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="Id)">
        <maml:name>TweetId</maml:name>
        <maml:Description>
          <maml:para>The numerical ID of the desired Tweet.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
        <dev:type>
          <maml:name>Int64</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Like</maml:name>
        <maml:Description>
          <maml:para>Like the specified tweet.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Unlike</maml:name>
        <maml:Description>
          <maml:para>Un-like the specified tweet.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>ExcludeEntities</maml:name>
        <maml:Description>
          <maml:para>Exclude the entities node.</maml:para>
          <maml:para>This node offers a variety of metadata about the tweet in a discreet structure, including: user_mentions, urls, and hashtags.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS &gt; Set-TweetLike -TweetId 1330354141055643648</dev:code>
        <dev:remarks>
          <maml:para>Like the specified tweet.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>PS &gt; Set-TweetLike -TweetId 1330354141055643648 -Unlike</dev:code>
        <dev:remarks>
          <maml:para>Un-like the specified tweet.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Tweets/Set-TweetLike</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-TweetLike</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Tweets/Get-TweetLike</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>API Documentation - POST favorites/create</maml:linkText>
        <maml:uri>https://developer.twitter.com/en/docs/twitter-api/v1/tweets/post-and-engage/api-reference/post-favorites-create</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>API Documentation - POST favorites/destroy</maml:linkText>
        <maml:uri>https://developer.twitter.com/en/docs/twitter-api/v1/tweets/post-and-engage/api-reference/post-favorites-destroy</maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Get-TwitterUserProfileBanner</command:name>
      <command:verb>Get</command:verb>
      <command:noun>TwitterUserProfileBanner</command:noun>
      <maml:description>
        <maml:para>Returns a map of the available size variations of the specified user's profile banner.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Returns a map of the available size variations of the specified user's profile banner.</maml:para>
      <maml:para>The profile banner data available at each size variant's URL is in PNG format.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-TwitterUserProfileBanner</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ScreenName</maml:name>
          <maml:Description>
            <maml:para>The screen name of the user for whom to return results.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Get-TwitterUserProfileBanner</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>UserId</maml:name>
          <maml:Description>
            <maml:para>The ID of the user for whom to return results.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>ScreenName</maml:name>
        <maml:Description>
          <maml:para>The screen name of the user for whom to return results.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>UserId</maml:name>
        <maml:Description>
          <maml:para>The ID of the user for whom to return results.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS &gt; Get-TwitterUserProfileBanner -ScreenName thedavecarroll
 
ipad : @{h=313; w=626; url=https://pbs.twimg.com/profile_banners/292670084/1600359337/ipad}
ipad_retina : @{h=626; w=1252; url=https://pbs.twimg.com/profile_banners/292670084/1600359337/ipad_retina}
web : @{h=260; w=520; url=https://pbs.twimg.com/profile_banners/292670084/1600359337/web}
web_retina : @{h=520; w=1040; url=https://pbs.twimg.com/profile_banners/292670084/1600359337/web_retina}
mobile : @{h=160; w=320; url=https://pbs.twimg.com/profile_banners/292670084/1600359337/mobile}
mobile_retina : @{h=320; w=640; url=https://pbs.twimg.com/profile_banners/292670084/1600359337/mobile_retina}
300x100 : @{h=100; w=300; url=https://pbs.twimg.com/profile_banners/292670084/1600359337/300x100}
600x200 : @{h=200; w=600; url=https://pbs.twimg.com/profile_banners/292670084/1600359337/600x200}
1500x500 : @{h=500; w=1500; url=https://pbs.twimg.com/profile_banners/292670084/1600359337/1500x500}
1080x360 : @{h=360; w=1080; url=https://pbs.twimg.com/profile_banners/292670084/1600359337/1080x360}</dev:code>
        <dev:remarks>
          <maml:para>Returns a map of the available size variations of the specified user's profile banner.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/User%20Profile/Get-TwitterUserProfileBanner</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Api Reference - GET users/profile_banner</maml:linkText>
        <maml:uri>https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/manage-account-settings/api-reference/get-users-profile_banner</maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Get-TwitterBlocks</command:name>
      <command:verb>Get</command:verb>
      <command:noun>TwitterBlocks</command:noun>
      <maml:description>
        <maml:para>Returns a collection of user objects or array of user ids that the authenticating user is blocking.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Returns a collection of user objects or array of user ids that the authenticating user is blocking.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-TwitterBlocks</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>List</maml:name>
          <maml:Description>
            <maml:para>By using this switch, this command will return user objects instead of an array of user ids.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ExcludeEntities</maml:name>
          <maml:Description>
            <maml:para>Exclude the entities node.</maml:para>
            <maml:para>This node offers a variety of metadata about the tweet in a discreet structure, including: user_mentions, urls, and hashtags.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>SkipStatus</maml:name>
          <maml:Description>
            <maml:para>Exclude the user statuses from the returned user objects.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>List</maml:name>
        <maml:Description>
          <maml:para>By using this switch, this command will return user objects instead of an array of user ids.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>ExcludeEntities</maml:name>
        <maml:Description>
          <maml:para>Exclude the entities node.</maml:para>
          <maml:para>This node offers a variety of metadata about the tweet in a discreet structure, including: user_mentions, urls, and hashtags.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>SkipStatus</maml:name>
        <maml:Description>
          <maml:para>Exclude the user statuses from the returned user objects.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS &gt; Get-TwitterBlocks</dev:code>
        <dev:remarks>
          <maml:para>Returns an array of user ids that the authenticating user is blocking.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>PS &gt; Get-TwitterBlocks -List -SkipStatus</dev:code>
        <dev:remarks>
          <maml:para>Returns a collection of user objects that the authenticating user is blocking without the last status for each.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Users%2C%20Followers%2C%20Friends%2C%20and%20Blocks/Get-TwitterBlocks</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Api Reference - GET blocks/ids</maml:linkText>
        <maml:uri>https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/mute-block-report-users/api-reference/get-blocks-ids</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Api Reference - GET blocks/list</maml:linkText>
        <maml:uri>https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/mute-block-report-users/api-reference/get-blocks-list</maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Get-TwitterFollowers</command:name>
      <command:verb>Get</command:verb>
      <command:noun>TwitterFollowers</command:noun>
      <maml:description>
        <maml:para>Returns a collection of user objects or array of user ids that is following the specified user.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Returns a collection of user objects or array of user ids that is following the specified user.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-TwitterFollowers</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>List</maml:name>
          <maml:Description>
            <maml:para>By using this switch, this command will return user objects instead of an array of user ids.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ExcludeEntities</maml:name>
          <maml:Description>
            <maml:para>Exclude the entities node.</maml:para>
            <maml:para>This node offers a variety of metadata about the tweet in a discreet structure, including: user_mentions, urls, and hashtags.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ResultsPerPage</maml:name>
          <maml:Description>
            <maml:para>Specifies the number of results to retrieve per page.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ScreenName</maml:name>
          <maml:Description>
            <maml:para>The screen name of the user for whom to return results.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>SkipStatus</maml:name>
          <maml:Description>
            <maml:para>Exclude the user statuses from the returned user objects.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>UserId</maml:name>
          <maml:Description>
            <maml:para>The ID of the user for whom to return results.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>List</maml:name>
        <maml:Description>
          <maml:para>By using this switch, this command will return user objects instead of an array of user ids.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>ExcludeEntities</maml:name>
        <maml:Description>
          <maml:para>Exclude the entities node.</maml:para>
          <maml:para>This node offers a variety of metadata about the tweet in a discreet structure, including: user_mentions, urls, and hashtags.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>ResultsPerPage</maml:name>
        <maml:Description>
          <maml:para>Specifies the number of results to retrieve per page.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>ScreenName</maml:name>
        <maml:Description>
          <maml:para>The screen name of the user for whom to return results.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>SkipStatus</maml:name>
        <maml:Description>
          <maml:para>Exclude the user statuses from the returned user objects.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>UserId</maml:name>
        <maml:Description>
          <maml:para>The ID of the user for whom to return results.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS &gt; Get-TwitterFollowers -ScreenName thedavecarroll</dev:code>
        <dev:remarks>
          <maml:para>Returns an array of user ids that the specified user is following.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>PS &gt; Get-TwitterFollowers -List -ScreenName thedavecarroll -SkipStatus -ExcludeEntities</dev:code>
        <dev:remarks>
          <maml:para>Returns a collection of user objects that the specified user is following, excluding the user's last status and the entities.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Users%2C%20Followers%2C%20Friends%2C%20and%20Blocks/Get-TwitterFollowers</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-TwitterFriends</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Users%2C%20Followers%2C%20Friends%2C%20and%20Blocks/Get-TwitterFriends</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-TwitterFollowers</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Users%2C%20Followers%2C%20Friends%2C%20and%20Blocks/Get-TwitterFollowers</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Api Reference - GET followers/ids</maml:linkText>
        <maml:uri>https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/follow-search-get-users/api-reference/get-followers-ids</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Api Reference - GET followers/list</maml:linkText>
        <maml:uri>https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/follow-search-get-users/api-reference/get-followers-list</maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Get-TwitterFriends</command:name>
      <command:verb>Get</command:verb>
      <command:noun>TwitterFriends</command:noun>
      <maml:description>
        <maml:para>Returns a collection of user objects or array of user ids that the specified user is following.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Returns a collection of user objects or array of user ids that the specified user is following.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-TwitterFriends</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ScreenName</maml:name>
          <maml:Description>
            <maml:para>The screen name of the user for whom to return results.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>UserId</maml:name>
          <maml:Description>
            <maml:para>The ID of the user for whom to return results.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ResultsPerPage</maml:name>
          <maml:Description>
            <maml:para>Specifies the number of results to retrieve per page.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>List</maml:name>
          <maml:Description>
            <maml:para>By using this switch, this command will return user objects instead of an array of user ids.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>SkipStatus</maml:name>
          <maml:Description>
            <maml:para>Exclude the user statuses from the returned user objects.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ExcludeEntities</maml:name>
          <maml:Description>
            <maml:para>Exclude the entities node.</maml:para>
            <maml:para>This node offers a variety of metadata about the tweet in a discreet structure, including: user_mentions, urls, and hashtags.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>ScreenName</maml:name>
        <maml:Description>
          <maml:para>The screen name of the user for whom to return results.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>UserId</maml:name>
        <maml:Description>
          <maml:para>The ID of the user for whom to return results.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>ResultsPerPage</maml:name>
        <maml:Description>
          <maml:para>Specifies the number of results to retrieve per page.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>List</maml:name>
        <maml:Description>
          <maml:para>By using this switch, this command will return user objects instead of an array of user ids.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>SkipStatus</maml:name>
        <maml:Description>
          <maml:para>Exclude the user statuses from the returned user objects.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>ExcludeEntities</maml:name>
        <maml:Description>
          <maml:para>Exclude the entities node.</maml:para>
          <maml:para>This node offers a variety of metadata about the tweet in a discreet structure, including: user_mentions, urls, and hashtags.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS &gt; Get-TwitterFriends -ScreenName thedavecarroll | Measure-Object | Select-Object -ExpandProperty Count</dev:code>
        <dev:remarks>
          <maml:para>Returns an array of user ids of users that the specified user follows and displays the total count.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>PS &gt; Get-TwitterFriends -ScreenName thedavecarroll -List -ExcludeEntities -ResultsPerPage 200</dev:code>
        <dev:remarks>
          <maml:para>Returns a collection of user objects that the specified user follows, excluding the entities node.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Users%2C%20Followers%2C%20Friends%2C%20and%20Blocks/Get-TwitterFriends</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-TwitterFollowers</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Users%2C%20Followers%2C%20Friends%2C%20and%20Blocks/Get-TwitterFollowers</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-TwitterFriendship</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Users%2C%20Followers%2C%20Friends%2C%20and%20Blocks/Get-TwitterFriendship</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Api Reference - GET friends/list</maml:linkText>
        <maml:uri>https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/follow-search-get-users/api-reference/get-friends-list</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Api Reference - GET friends/ids</maml:linkText>
        <maml:uri>https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/follow-search-get-users/api-reference/get-friends-ids</maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Get-TwitterFriendship</command:name>
      <command:verb>Get</command:verb>
      <command:noun>TwitterFriendship</command:noun>
      <maml:description>
        <maml:para>Returns information about the friendships of the authenticating user.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Returns information about the friendships of the authenticating user.</maml:para>
      <maml:para>The information returned depends on the parameters used.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-TwitterFriendship</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Incoming</maml:name>
          <maml:Description>
            <maml:para>Returns an array of user ids for every user who has requested to follow the authenticating user.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Get-TwitterFriendship</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>NoRetweets</maml:name>
          <maml:Description>
            <maml:para>Returns an array of user ids that the authenticating user does not want to receive retweets from.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Get-TwitterFriendship</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Pending</maml:name>
          <maml:Description>
            <maml:para>Returns an array of user ids for every protected user for whom the authenticating user has a pending follow request.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Get-TwitterFriendship</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByValue)" position="named" aliases="none">
          <maml:name>ScreenName</maml:name>
          <maml:Description>
            <maml:para>The screen name of the user for whom to return results.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
          <dev:type>
            <maml:name>String[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Get-TwitterFriendship</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByValue)" position="named" aliases="none">
          <maml:name>UserId</maml:name>
          <maml:Description>
            <maml:para>The ID of the user for whom to return results.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32[]</command:parameterValue>
          <dev:type>
            <maml:name>Int32[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Get-TwitterFriendship</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>SourceScreenName</maml:name>
          <maml:Description>
            <maml:para>The screen name of the source user for whom to return results.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>TargetScreenName</maml:name>
          <maml:Description>
            <maml:para>The screen name of the target user for whom to return results.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Get-TwitterFriendship</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>SourceUserId</maml:name>
          <maml:Description>
            <maml:para>The ID of the target user for whom to return results.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>TargetUserId</maml:name>
          <maml:Description>
            <maml:para>The ID of the target user for whom to return results.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Incoming</maml:name>
        <maml:Description>
          <maml:para>Returns an array of user ids for every user who has requested to follow the authenticating user.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>NoRetweets</maml:name>
        <maml:Description>
          <maml:para>Returns an array of user ids that the authenticating user does not want to receive retweets from.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Pending</maml:name>
        <maml:Description>
          <maml:para>Returns an array of user ids for every protected user for whom the authenticating user has a pending follow request.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByValue)" position="named" aliases="none">
        <maml:name>ScreenName</maml:name>
        <maml:Description>
          <maml:para>The screen name of the user for whom to return results.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
        <dev:type>
          <maml:name>String[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByValue)" position="named" aliases="none">
        <maml:name>UserId</maml:name>
        <maml:Description>
          <maml:para>The ID of the user for whom to return results.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32[]</command:parameterValue>
        <dev:type>
          <maml:name>Int32[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>SourceScreenName</maml:name>
        <maml:Description>
          <maml:para>The screen name of the source user for whom to return results.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>SourceUserId</maml:name>
        <maml:Description>
          <maml:para>The ID of the target user for whom to return results.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>TargetScreenName</maml:name>
        <maml:Description>
          <maml:para>The screen name of the target user for whom to return results.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>TargetUserId</maml:name>
        <maml:Description>
          <maml:para>The ID of the target user for whom to return results.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>System.String[]</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
      <command:inputType>
        <dev:type>
          <maml:name>System.Int32[]</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS &gt; Get-TwitterFriendship -Pending | ForEach-Object {Get-TwitterUser -UserId $_ | Select-Object -Property screen_name,verified,statuses_count,follow_request_sent,followers_count}
 
screen_name : AppInsights
verified : True
statuses_count : 251
follow_request_sent : True
followers_count : 805</dev:code>
        <dev:remarks>
          <maml:para>Return a list of pending follow requests and then get information about the Twitter users that have been requested to be followed.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Users%2C%20Followers%2C%20Friends%2C%20and%20Blocks/Get-TwitterFriendship</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-TwitterFriends</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Users%2C%20Followers%2C%20Friends%2C%20and%20Blocks/Get-TwitterFriends</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-TwitterFollowers</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Users%2C%20Followers%2C%20Friends%2C%20and%20Blocks/Get-TwitterFollowers</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Api Reference - GET friendships/incoming</maml:linkText>
        <maml:uri>https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/follow-search-get-users/api-reference/get-friendships-incoming</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Api Reference - GET friendships/no_retweets/ids</maml:linkText>
        <maml:uri>https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/follow-search-get-users/api-reference/get-friendships-no_retweets-ids</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Api Reference - GET friendships/lookup</maml:linkText>
        <maml:uri>https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/follow-search-get-users/api-reference/get-friendships-lookup</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Api Reference - GET friendships/outgoing</maml:linkText>
        <maml:uri>https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/follow-search-get-users/api-reference/get-friendships-outgoing</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Api Reference - GET friendships/show</maml:linkText>
        <maml:uri>https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/follow-search-get-users/api-reference/get-friendships-show</maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Get-TwitterMutedUser</command:name>
      <command:verb>Get</command:verb>
      <command:noun>TwitterMutedUser</command:noun>
      <maml:description>
        <maml:para>Returns a collection of user objects or array of user ids that the authenticating user has muted.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Returns a collection of user objects or array of user ids that the authenticating user has muted.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-TwitterMutedUser</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>List</maml:name>
          <maml:Description>
            <maml:para>By using this switch, this command will return user objects instead of an array of user ids.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>SkipStatus</maml:name>
          <maml:Description>
            <maml:para>Exclude the user statuses from the returned user objects.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ExcludeEntities</maml:name>
          <maml:Description>
            <maml:para>Exclude the entities node.</maml:para>
            <maml:para>This node offers a variety of metadata about the tweet in a discreet structure, including: user_mentions, urls, and hashtags.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>List</maml:name>
        <maml:Description>
          <maml:para>By using this switch, this command will return user objects instead of an array of user ids.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>SkipStatus</maml:name>
        <maml:Description>
          <maml:para>Exclude the user statuses from the returned user objects.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>ExcludeEntities</maml:name>
        <maml:Description>
          <maml:para>Exclude the entities node.</maml:para>
          <maml:para>This node offers a variety of metadata about the tweet in a discreet structure, including: user_mentions, urls, and hashtags.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS &gt; Get-TwitterMutedUser</dev:code>
        <dev:remarks>
          <maml:para>Returns a list of user ids the authenticating user has muted.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>PS &gt; Get-TwitterMutedUser</dev:code>
        <dev:remarks>
          <maml:para>Returns a list of user ids the authenticating user has muted.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Users%2C%20Followers%2C%20Friends%2C%20and%20Blocks/Get-TwitterMutedUser</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>API Documentation - GET mutes/users/ids</maml:linkText>
        <maml:uri>https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/mute-block-report-users/api-reference/get-mutes-users-ids</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>API Documentation - GET mutes/users/list</maml:linkText>
        <maml:uri>https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/mute-block-report-users/api-reference/get-mutes-users-list</maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Get-TwitterTimeline</command:name>
      <command:verb>Get</command:verb>
      <command:noun>TwitterTimeline</command:noun>
      <maml:description>
        <maml:para>Returns mentions or home timeline of the authenticating user, or a specified user's timeline.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Returns the mentions or home timeline of the authenticating user, or a specified user's timeline.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-TwitterTimeline</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>MentionsTimeline</maml:name>
          <maml:Description>
            <maml:para>Returns the mentions, Tweets containing the user's @screen_name, for the authenticating user.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Count</maml:name>
          <maml:Description>
            <maml:para>The number of Tweets to return for the specified timeline.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Get-TwitterTimeline</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>HomeTimeline</maml:name>
          <maml:Description>
            <maml:para>Returns a collection of the most recent Tweets and Retweets posted by the authenticating user and the users they follow.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Count</maml:name>
          <maml:Description>
            <maml:para>The number of Tweets to return for the specified timeline.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Get-TwitterTimeline</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ScreenName</maml:name>
          <maml:Description>
            <maml:para>The screen name of the user for whom to return results.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>UserId</maml:name>
          <maml:Description>
            <maml:para>The ID of the user for whom to return results.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>Count</maml:name>
          <maml:Description>
            <maml:para>The number of Tweets to return for the specified timeline.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
          <dev:type>
            <maml:name>Int32</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ExcludeRetweets</maml:name>
          <maml:Description>
            <maml:para>By default, retweets are included. Use the ExcludeRetweets switch to omit retweets from the results.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>MentionsTimeline</maml:name>
        <maml:Description>
          <maml:para>Returns the mentions, Tweets containing the user's @screen_name, for the authenticating user.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>HomeTimeline</maml:name>
        <maml:Description>
          <maml:para>Returns a collection of the most recent Tweets and Retweets posted by the authenticating user and the users they follow.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>ScreenName</maml:name>
        <maml:Description>
          <maml:para>The screen name of the user for whom to return results.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>UserId</maml:name>
        <maml:Description>
          <maml:para>The ID of the user for whom to return results.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>Count</maml:name>
        <maml:Description>
          <maml:para>The number of Tweets to return for the specified timeline.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
        <dev:type>
          <maml:name>Int32</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>ExcludeRetweets</maml:name>
        <maml:Description>
          <maml:para>By default, retweets are included. Use the ExcludeRetweets switch to omit retweets from the results.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS &gt; Get-TwitterTimeline -MentionsTimeline -Count 5</dev:code>
        <dev:remarks>
          <maml:para>Returns the last 5 mentions for the authenticating user.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 2 --------------------------</maml:title>
        <dev:code>PS &gt; Get-TwitterTimeline -HomeTimeline</dev:code>
        <dev:remarks>
          <maml:para>Returns the last 20 Tweets for the authenticating user and the users they follow.</maml:para>
        </dev:remarks>
      </command:example>
      <command:example>
        <maml:title>-------------------------- Example 3 --------------------------</maml:title>
        <dev:code>PS &gt; Get-TwitterTimeline -ScreenName rtpsug -Count 50</dev:code>
        <dev:remarks>
          <maml:para>Returns the last 50 Tweets for the specified user and the users they follow.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Users%2C%20Followers%2C%20Friends%2C%20and%20Blocks/Get-TwitterTimeline</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>API Documentation - GET statuses/mentions_timeline</maml:linkText>
        <maml:uri>https://developer.twitter.com/en/docs/twitter-api/v1/tweets/timelines/api-reference/get-statuses-mentions_timeline</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>API Documentation - GET statuses/home_timeline</maml:linkText>
        <maml:uri>https://developer.twitter.com/en/docs/twitter-api/v1/tweets/timelines/api-reference/get-statuses-home_timeline</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>API Documentation - GET statuses/user_timeline</maml:linkText>
        <maml:uri>https://developer.twitter.com/en/docs/twitter-api/v1/tweets/timelines/api-reference/get-statuses-user_timeline</maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Get-TwitterUser</command:name>
      <command:verb>Get</command:verb>
      <command:noun>TwitterUser</command:noun>
      <maml:description>
        <maml:para>Returns a variety of information about the specified user.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Returns a variety of information about the specified user.</maml:para>
      <maml:para>The author's most recent Tweet will be returned inline when possible.</maml:para>
      <maml:para>You must be following a protected user to be able to see their most recent Tweet. If you don't follow a protected user, the user's Tweet will be removed. A Tweet will not always be returned in the current_status field.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-TwitterUser</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ScreenName</maml:name>
          <maml:Description>
            <maml:para>The screen name of the user for whom to return results.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ExcludeEntities</maml:name>
          <maml:Description>
            <maml:para>Exclude the entities node.</maml:para>
            <maml:para>This node offers a variety of metadata about the tweet in a discreet structure, including: user_mentions, urls, and hashtags.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
      <command:syntaxItem>
        <maml:name>Get-TwitterUser</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>UserId</maml:name>
          <maml:Description>
            <maml:para>The ID of the user for whom to return results.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
          <dev:type>
            <maml:name>String</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ExcludeEntities</maml:name>
          <maml:Description>
            <maml:para>Exclude the entities node.</maml:para>
            <maml:para>This node offers a variety of metadata about the tweet in a discreet structure, including: user_mentions, urls, and hashtags.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>ScreenName</maml:name>
        <maml:Description>
          <maml:para>The screen name of the user for whom to return results.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>UserId</maml:name>
        <maml:Description>
          <maml:para>The ID of the user for whom to return results.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
        <dev:type>
          <maml:name>String</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>ExcludeEntities</maml:name>
        <maml:Description>
          <maml:para>Exclude the entities node.</maml:para>
          <maml:para>This node offers a variety of metadata about the tweet in a discreet structure, including: user_mentions, urls, and hashtags.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS &gt; Get-TwitterUser -ScreenName thedavecarroll</dev:code>
        <dev:remarks>
          <maml:para>Returns details about the specified user.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Users%2C%20Followers%2C%20Friends%2C%20and%20Blocks/Get-TwitterUser</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-TwitterUserList</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Users%2C%20Followers%2C%20Friends%2C%20and%20Blocks/Get-TwitterUserList</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>API Documentation - GET users/show</maml:linkText>
        <maml:uri>https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/mute-block-report-users/api-reference/get-mutes-users-list</maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
  <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
    <command:details>
      <command:name>Get-TwitterUserList</command:name>
      <command:verb>Get</command:verb>
      <command:noun>TwitterUserList</command:noun>
      <maml:description>
        <maml:para>Returns detailed user information for the specified list of users.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>Returns detailed user information for the specified list of users.</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Get-TwitterUserList</maml:name>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ScreenName</maml:name>
          <maml:Description>
            <maml:para>The screen name of the user for whom to return results.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
          <dev:type>
            <maml:name>String[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>UserId</maml:name>
          <maml:Description>
            <maml:para>The ID of the user for whom to return results.</maml:para>
          </maml:Description>
          <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
          <dev:type>
            <maml:name>String[]</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>None</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
          <maml:name>ExcludeEntities</maml:name>
          <maml:Description>
            <maml:para>Exclude the entities node.</maml:para>
            <maml:para>This node offers a variety of metadata about the tweet in a discreet structure, including: user_mentions, urls, and hashtags.</maml:para>
          </maml:Description>
          <dev:type>
            <maml:name>SwitchParameter</maml:name>
            <maml:uri />
          </dev:type>
          <dev:defaultValue>False</dev:defaultValue>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
    <command:parameters>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>ScreenName</maml:name>
        <maml:Description>
          <maml:para>The screen name of the user for whom to return results.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
        <dev:type>
          <maml:name>String[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>UserId</maml:name>
        <maml:Description>
          <maml:para>The ID of the user for whom to return results.</maml:para>
        </maml:Description>
        <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
        <dev:type>
          <maml:name>String[]</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>None</dev:defaultValue>
      </command:parameter>
      <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
        <maml:name>ExcludeEntities</maml:name>
        <maml:Description>
          <maml:para>Exclude the entities node.</maml:para>
          <maml:para>This node offers a variety of metadata about the tweet in a discreet structure, including: user_mentions, urls, and hashtags.</maml:para>
        </maml:Description>
        <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
        <dev:type>
          <maml:name>SwitchParameter</maml:name>
          <maml:uri />
        </dev:type>
        <dev:defaultValue>False</dev:defaultValue>
      </command:parameter>
    </command:parameters>
    <command:inputTypes>
      <command:inputType>
        <dev:type>
          <maml:name>None</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:inputType>
    </command:inputTypes>
    <command:returnValues>
      <command:returnValue>
        <dev:type>
          <maml:name>System.Object</maml:name>
        </dev:type>
        <maml:description>
          <maml:para></maml:para>
        </maml:description>
      </command:returnValue>
    </command:returnValues>
    <maml:alertSet>
      <maml:alert>
        <maml:para></maml:para>
      </maml:alert>
    </maml:alertSet>
    <command:examples>
      <command:example>
        <maml:title>-------------------------- Example 1 --------------------------</maml:title>
        <dev:code>PS &gt; Get-TwitterUserList -ScreenName rtpsug,thedavecarroll,powershell_team</dev:code>
        <dev:remarks>
          <maml:para>Returns detailed user information for the specified list of users.</maml:para>
        </dev:remarks>
      </command:example>
    </command:examples>
    <command:relatedLinks>
      <maml:navigationLink>
        <maml:linkText>Online Version</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Users%2C%20Followers%2C%20Friends%2C%20and%20Blocks/Get-TwitterUserList</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>Get-TwitterUser</maml:linkText>
        <maml:uri>https://bluebirdps.anovelidea.org/en/latest/Users%2C%20Followers%2C%20Friends%2C%20and%20Blocks/Get-TwitterUser</maml:uri>
      </maml:navigationLink>
      <maml:navigationLink>
        <maml:linkText>API Documentation - GET users/lookup</maml:linkText>
        <maml:uri>https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/follow-search-get-users/api-reference/get-users-lookup</maml:uri>
      </maml:navigationLink>
    </command:relatedLinks>
  </command:command>
</helpItems>