Class AddMembersParams

  • All Implemented Interfaces:

    
    public final class AddMembersParams
    
                        

    Model holding data required for adding members to a channel.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Constructor Detail

      • AddMembersParams

        AddMembersParams(List<MemberData> members, Message systemMessage, Boolean hideHistory, Boolean skipPush)
        Parameters:
        members - The list of the members with extra data to be added.
        systemMessage - The system message that will be shown in the channel.
        hideHistory - Hides the history of the channel to the added members.
        skipPush - If true, skips sending push notifications.