apkfuckery/com.discord/smali/com/discord/restapi/RestAPIParams$CreateChannel.smali

71 lines
1.6 KiB
Smali
Raw Normal View History

2019-07-24 11:27:29 +00:00
.class public final Lcom/discord/restapi/RestAPIParams$CreateChannel;
.super Ljava/lang/Object;
.source "RestAPIParams.kt"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/discord/restapi/RestAPIParams;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x19
name = "CreateChannel"
.end annotation
# instance fields
2019-12-06 03:29:40 +00:00
.field public final recipients:Ljava/util/List;
2019-07-24 11:27:29 +00:00
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/util/List<",
"Ljava/lang/Long;",
">;"
}
.end annotation
.end field
# direct methods
.method public constructor <init>(J)V
.locals 0
invoke-static {p1, p2}, Ljava/lang/Long;->valueOf(J)Ljava/lang/Long;
move-result-object p1
2020-02-20 19:33:18 +00:00
invoke-static {p1}, Le/k/a/c/e/p/g;->listOf(Ljava/lang/Object;)Ljava/util/List;
2019-07-24 11:27:29 +00:00
move-result-object p1
invoke-direct {p0, p1}, Lcom/discord/restapi/RestAPIParams$CreateChannel;-><init>(Ljava/util/List;)V
return-void
.end method
.method public constructor <init>(Ljava/util/List;)V
.locals 0
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/util/List<",
"Ljava/lang/Long;",
">;)V"
}
.end annotation
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
2019-12-06 03:29:40 +00:00
if-eqz p1, :cond_0
2019-07-24 11:27:29 +00:00
2019-12-06 03:29:40 +00:00
goto :goto_0
2019-07-24 11:27:29 +00:00
:cond_0
2020-03-27 22:23:51 +00:00
sget-object p1, Ly/q/o;->d:Ly/q/o;
2019-12-06 03:29:40 +00:00
:goto_0
2019-07-24 11:27:29 +00:00
iput-object p1, p0, Lcom/discord/restapi/RestAPIParams$CreateChannel;->recipients:Ljava/util/List;
return-void
.end method