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 implements Action1 { 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); } }