1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2025-09-16 05:40:32 +00:00

add api methods for setUserEmojiStatus

This commit is contained in:
2024-12-08 12:51:16 +06:00
parent 27241fad32
commit 696219df24
4 changed files with 62 additions and 5 deletions

View File

@@ -26,7 +26,7 @@ data class SendGift internal constructor(
override val text: String,
@SerialName(textParseModeField)
override val parseMode: ParseMode?,
@SerialName(entitiesField)
@SerialName(textEntitiesField)
private val rawEntities: List<RawMessageEntity>? = null,
) : SimpleRequest<Boolean>, TextedOutput {
override val textSources: TextSourcesList? by lazy {