mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2024-11-22 00:03:48 +00:00
fix "SendContact" method and "SendSticker" file name
This commit is contained in:
parent
65a226a51b
commit
1518731786
@ -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()
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user