Exemple #1
0
        private async Task <IEnumerable <Account> > GetFollowers()
        {
            var followers = await client.GetAccountFollowers(CurrentUser.Id);

            Logger.NLogInfo($"Get Followers EnumrateList on {Instance}.");
            return(followers);
        }