QNGroupChatActions
public class QNGroupChatActions
Specific actions for group chats
-
Group name
Declaration
Swift
public var name: String { get } -
GroupChatActionsDelegate delegate
Declaration
Swift
public weak var delegate: QNGroupChatActionsDelegate? { get set }
-
Group deleted by owner
Declaration
Swift
public func deletedByOnwer(completion: @escaping () -> Void) -
Add new participants to chat
Declaration
Swift
public func invite(participants: [String], completion: @escaping ([QNChatParticipant]) -> Void)Parameters
participantsParticipants to be added
-
Expels a participant from chat
Declaration
Swift
public func expel(participant: QNChatParticipant, completion: @escaping () -> Void)Parameters
participantParticipant to be expelled
QNGroupChatActions Class Reference