galley-0.83.0: Conversations
Safe HaskellSafe-Inferred
LanguageGHC2021

Galley.Cassandra.Conversation.Members

Synopsis

Documentation

addMembers :: ToUserRole a => ConvId -> UserList a -> Client ([LocalMember], [RemoteMember]) Source #

Add members to a local conversation. Conversation is local, so we can add any member to it (including remote ones). When the role is not specified, it defaults to admin. Please make sure the conversation doesn't exceed the maximum size!