mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2025-11-12 01:50:19 +00:00
start add effects support
This commit is contained in:
@@ -0,0 +1,8 @@
|
|||||||
|
package dev.inmo.tgbotapi.types
|
||||||
|
|
||||||
|
import kotlinx.serialization.Serializable
|
||||||
|
import kotlin.jvm.JvmInline
|
||||||
|
|
||||||
|
@Serializable
|
||||||
|
@JvmInline
|
||||||
|
value class EffectId(val string: String)
|
||||||
@@ -143,6 +143,8 @@ internal data class RawMessage(
|
|||||||
|
|
||||||
private val link_preview_options: LinkPreviewOptions? = null,
|
private val link_preview_options: LinkPreviewOptions? = null,
|
||||||
|
|
||||||
|
private val effect_id: EffectId? = null,
|
||||||
|
|
||||||
private val reply_markup: InlineKeyboardMarkup? = null,
|
private val reply_markup: InlineKeyboardMarkup? = null,
|
||||||
|
|
||||||
// Business
|
// Business
|
||||||
|
|||||||
Reference in New Issue
Block a user