Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 1.13 KB

File metadata and controls

16 lines (8 loc) · 1.13 KB

InviteAsMembersRequest

Properties

Name Type Description Notes
hiddenStatus Object Specifies one or more key-value pair items which set the channel's hidden status for each user. The key should be a user_id and the value should be their hidden status. Acceptable values are limited to the following:<br />- unhidden (default): the channel is included in when retrieving a list of group channels.<br />- hidden_allow_auto_unhide: the channel automatically gets unhidden when receiving a new message.<br />- hidden_prevent_auto_unhide: the channel keeps hidden though receiving a new message. [optional]
invitationStatus Object Specifies one or more key-value pair items which set the invitation status of each user invited to the channel. The key should be a user_id and the value should be their joining status. Acceptable values are joined, invited_by_friend, and invited_by_non_friend. (Default: joined) [optional]
inviterId String [optional]
userIds List<String>