Get Follow Age Info for Target

Get the follow age from a Twitch user
Preview
Preview

C# Usage

C# method does not exist for this sub-action

Parameters

Source Typerequired
Select

Select from which source you want to get the follow age:

  • User: User that invoked the action e.g. a raid leader, subscriber, point redeemer etc.
  • From Input: This will take the next word proceeding the trigger as the username to lookup. This user does not have to be present in the channel
  • Variable: Use the content of an existing variable as the target
Variable
string

Argument name if Source Type is Variable

Variables

The following variables will be populated after executing this sub-action:

Description
followAge.daysint

Amount of days followed (rest from months)

Example: 14
followAge.hoursint

Amount of hours followed (rest from days)

Example: 23
followAge.minutesint

Amount of minutes followed (rest from hours)

Example: 9
followAge.monthsint

Amount of months followed (rest from years)

Example: 4
followAge.secondsint

Amount of seconds followed (rest from minutes)

Example: 11
followAge.yearsint

Amount of years followed

Example: 11
followAgeDaysstring

The total number of days the user has been following

Example: 4,149
followAgeLongstring

How long the user has been following in a long format

Example: 1 year, 10 months, 5 days, 22 hours, 3 minutes, 25 seconds
followAgeMinutesstring

The total number of minutes the user has been following

Example: 5,975,949
followAgeSecondsstring

The total number of seconds the user has been following

Example: 358,556,951
followAgeShortstring

How long the user has been following in a short format

Example: 1y, 10m, 5d, 22h, 3m, 25s
followDatestring

The date the user followed

Example: Saturday, 17 August 2024
followUserstring

The users display name

Example: StreamerDotBot
followUserIdstring

The user's Twitch id

Example: 718933593
followUserNamestring

The user's login name

Example: streamerdotbot
isFollowingbool

Whether the user is following the channel

Example: True/False