package com.discord.stores; import d0.z.d.m; import j0.k.b; import rx.Observable; import rx.functions.Action1; /* compiled from: StoreGuilds.kt */ public final class StoreGuilds$Actions$requestMembers$3 implements b> { public static final StoreGuilds$Actions$requestMembers$3 INSTANCE = new StoreGuilds$Actions$requestMembers$3(); /* compiled from: StoreGuilds.kt */ /* renamed from: com.discord.stores.StoreGuilds$Actions$requestMembers$3$1 reason: invalid class name */ public static final class AnonymousClass1 implements Action1 { public final /* synthetic */ String $query; public AnonymousClass1(String str) { this.$query = str; } public final void call(Long l) { StoreGatewayConnection gatewaySocket = StoreStream.Companion.getGatewaySocket(); m.checkNotNullExpressionValue(l, "selectedGuildId"); StoreGatewayConnection.requestGuildMembers$default(gatewaySocket, l.longValue(), this.$query, null, null, 12, null); } } public final Observable call(String str) { return StoreStream.Companion.getGuildSelected().observeSelectedGuildId().t(new AnonymousClass1(str)); } }