followUser
Follows the specified LINO username
Name | Description | Required |
---|---|---|
displayName | LINO username of the user you wish to follow | Yes |
const bot = new Dlive(key);
bot.follow('dlive-10839235').then(console.log);
true
Updated over 5 years ago
Follows the specified LINO username
Name | Description | Required |
---|---|---|
displayName | LINO username of the user you wish to follow | Yes |
const bot = new Dlive(key);
bot.follow('dlive-10839235').then(console.log);
true
Updated over 5 years ago