followUser

Follows the specified LINO username

NameDescriptionRequired
displayNameLINO username of the user you wish to followYes
const bot = new Dlive(key);

bot.follow('dlive-10839235').then(console.log);
true