tgbotapi/tgbotapi.core/src/commonMain/kotlin/dev/inmo/tgbotapi/types/files/sticker/Sticker.kt

20 lines
1.1 KiB
Kotlin

package dev.inmo.tgbotapi.types.files.sticker
@Deprecated("Replaced", ReplaceWith("StickerSurrogate", "dev.inmo.tgbotapi.types.files.StickerSurrogate"))
typealias StickerSurrogate = dev.inmo.tgbotapi.types.files.StickerSurrogate
@Deprecated("Replaced", ReplaceWith("Sticker", "dev.inmo.tgbotapi.types.files.Sticker"))
typealias Sticker = dev.inmo.tgbotapi.types.files.Sticker
@Deprecated("Replaced", ReplaceWith("StickerSerializer", "dev.inmo.tgbotapi.types.files.StickerSerializer"))
typealias StickerSerializer = dev.inmo.tgbotapi.types.files.StickerSerializer
@Deprecated("Replaced", ReplaceWith("SimpleSticker", "dev.inmo.tgbotapi.types.files.SimpleSticker"))
typealias SimpleSticker = dev.inmo.tgbotapi.types.files.SimpleSticker
@Deprecated("Replaced", ReplaceWith("AnimatedSticker", "dev.inmo.tgbotapi.types.files.AnimatedSticker"))
typealias AnimatedSticker = dev.inmo.tgbotapi.types.files.AnimatedSticker
@Deprecated("Replaced", ReplaceWith("VideoSticker", "dev.inmo.tgbotapi.types.files.VideoSticker"))
typealias VideoSticker = dev.inmo.tgbotapi.types.files.VideoSticker