Skip to content

Commit

Permalink
Mapped against members
Browse files Browse the repository at this point in the history
  • Loading branch information
CosX committed Jan 25, 2022
1 parent a393023 commit 7b4f650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SlackAPI/RPCMessages/ConversationsMembersResponse.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ namespace SlackAPI.RPCMessages
[RequestPath("conversations.members")]
public class ConversationsMembersResponse : Response
{
public string[] channels;
public string[] members;
}
}

0 comments on commit 7b4f650

Please sign in to comment.