1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2025-09-03 15:19:30 +00:00

fix: corrected method name

This commit is contained in:
Bodya
2025-04-21 10:34:21 +03:00
committed by GitHub
parent 608fde4139
commit 8799aeca26

View File

@@ -44,7 +44,7 @@ data class GiftPremiumSubscription internal constructor(
}
}
override fun method(): String = "sendPremiumGift"
override fun method(): String = "giftPremiumSubscription"
override val requestSerializer: SerializationStrategy<*>
get() = serializer()