discord-jadx/app/src/main/java/com/discord/utilities/rest/RestAPI$createGroupDM$1.java

18 lines
627 B
Java

package com.discord.utilities.rest;
import com.discord.api.channel.Channel;
import com.discord.stores.StoreChannels;
import com.discord.stores.StoreStream;
import d0.z.d.m;
import rx.functions.Action1;
/* compiled from: RestAPI.kt */
public final class RestAPI$createGroupDM$1<T> implements Action1<Channel> {
public static final RestAPI$createGroupDM$1 INSTANCE = new RestAPI$createGroupDM$1();
public final void call(Channel channel) {
StoreChannels channels = StoreStream.Companion.getChannels();
m.checkNotNullExpressionValue(channel, "channel");
channels.onGroupCreated(channel);
}
}