package com.discord.stores; import com.discord.stores.StoreChat; import d0.z.d.o; import kotlin.jvm.functions.Function0; /* compiled from: StoreChat.kt */ public final class StoreChat$observeEditingMessage$1 extends o implements Function0 { public final /* synthetic */ StoreChat this$0; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public StoreChat$observeEditingMessage$1(StoreChat storeChat) { super(0); this.this$0 = storeChat; } @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public final StoreChat.EditingMessage mo1invoke() { return this.this$0.getEditingMessage(); } }