discord-jadx/app/src/main/java/com/discord/widgets/chat/list/model/WidgetChatListModelTop$Companion$getWelcomeEntry$1.java
2021-07-04 01:36:06 +02:00

12 lines
517 B
Java

package com.discord.widgets.chat.list.model;
import com.discord.api.channel.Channel;
import j0.k.b;
/* compiled from: WidgetChatListModelTop.kt */
public final class WidgetChatListModelTop$Companion$getWelcomeEntry$1<T, R> implements b<Channel, Long> {
public static final WidgetChatListModelTop$Companion$getWelcomeEntry$1 INSTANCE = new WidgetChatListModelTop$Companion$getWelcomeEntry$1();
public final Long call(Channel channel) {
return Long.valueOf(channel != null ? channel.h() : 0);
}
}