package com.discord.widgets.chat.input.sticker; import com.discord.api.sticker.Sticker; /* compiled from: StickerPickerListener.kt */ public interface StickerPickerListener { void onStickerPicked(Sticker sticker); }