Class DeletedThreadImpl

java.lang.Object
com.mewna.catnip.entity.impl.channel.DeletedThreadImpl
All Implemented Interfaces:
DeletedThread, Entity, HasGuild, HasParentChannel, Snowflake, Timestamped, RequiresCatnip

public class DeletedThreadImpl extends Object implements DeletedThread, RequiresCatnip
Since:
5/9/21.
Author:
amy
  • Constructor Details

    • DeletedThreadImpl

      public DeletedThreadImpl()
    • DeletedThreadImpl

      public DeletedThreadImpl(Catnip catnip, Channel.ChannelType type, long idAsLong, long guildIdAsLong, long parentIdAsLong)
  • Method Details