package com.discord.api.thread; import com.discord.api.utcdatetime.UtcDateTime; import d0.z.d.m; /* compiled from: ThreadMember.kt */ public class ThreadMember { private final int flags; /* renamed from: id reason: collision with root package name */ private final long f1579id; private final UtcDateTime joinTimestamp; private final long userId; public ThreadMember(long j, long j2, int i, UtcDateTime utcDateTime) { m.checkNotNullParameter(utcDateTime, "joinTimestamp"); this.f1579id = j; this.userId = j2; this.flags = i; this.joinTimestamp = utcDateTime; } public int a() { return this.flags; } public long b() { return this.f1579id; } public UtcDateTime c() { return this.joinTimestamp; } public long d() { return this.userId; } }