Example #1
0
        private async Task getFullUser(Connection conn)
        {
            JSONRepresentations.Get.User u = await conn.GetRawUser(this.UserId);

            following = u.following;
            rawTimeline = u.timeline;
            bio = u.bio;
        }