mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2025-09-05 08:09:21 +00:00
fix: corrected method name
This commit is contained in:
@@ -44,7 +44,7 @@ data class GiftPremiumSubscription internal constructor(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
override fun method(): String = "sendPremiumGift"
|
override fun method(): String = "giftPremiumSubscription"
|
||||||
|
|
||||||
override val requestSerializer: SerializationStrategy<*>
|
override val requestSerializer: SerializationStrategy<*>
|
||||||
get() = serializer()
|
get() = serializer()
|
||||||
|
Reference in New Issue
Block a user