tgbotapi/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/requests/stickers/abstracts/StandardStickerSetAction.kt

8 lines
208 B
Kotlin

package dev.inmo.tgbotapi.requests.stickers.abstracts
import dev.inmo.tgbotapi.requests.stickers.InputSticker
interface StandardStickerSetAction : OwnerStickerSetAction {
val newSticker: InputSticker
}