1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2025-09-02 06:39:41 +00:00

fix "SendContact" method and "SendSticker" file name

This commit is contained in:
2019-01-21 09:24:22 +08:00
parent 65a226a51b
commit 1518731786
2 changed files with 1 additions and 1 deletions

View File

@@ -46,7 +46,7 @@ data class SendContact(
replyMarkup
)
override fun method(): String = "sendVenue"
override fun method(): String = "sendContact"
override fun resultSerializer(): KSerializer<RawMessage> = RawMessage.serializer()
}