Skip to content

Commit cb99687

Browse files
authored
Merge pull request #298 from nOBITa3001/master
Add title and display_name fields to UserProfile class
2 parents f0084d1 + 657a7a7 commit cb99687

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

SlackAPI/UserProfile.cs

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
1-
using System;
2-
using System.Collections.Generic;
3-
using System.Linq;
4-
using System.Text;
5-
using System.Threading.Tasks;
6-
7-
namespace SlackAPI
1+
namespace SlackAPI
82
{
93
public class UserProfile : ProfileIcons
104
{
5+
public string title;
6+
public string display_name;
117
public string first_name;
128
public string last_name;
139
public string real_name;

0 commit comments

Comments
 (0)