Class GroupDMChannelImpl

java.lang.Object
com.mewna.catnip.entity.impl.channel.GroupDMChannelImpl
All Implemented Interfaces:
Channel, DMChannel, GroupDMChannel, MessageChannel, Entity, HasApplication, HasIcon, HasOwner, Snowflake, Timestamped, RequiresCatnip

public class GroupDMChannelImpl extends Object implements GroupDMChannel
Since:
9/12/18
Author:
natanbc
  • Constructor Details

    • GroupDMChannelImpl

      public GroupDMChannelImpl()
    • GroupDMChannelImpl

      public GroupDMChannelImpl(Catnip catnip, long idAsLong, List<User> recipients, String icon, long ownerIdAsLong, long applicationIdAsLong)
  • Method Details