1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-06-18 07:45:27 +00:00

fix build

This commit is contained in:
InsanusMokrassar 2020-11-06 00:05:05 +06:00
parent 99bb8d6e0d
commit bf1e353615
2 changed files with 4 additions and 2 deletions

View File

@ -23,5 +23,6 @@ data class VoiceFile(
fun VoiceFile.asAudioFile(
performer: String? = null,
title: String? = null
) = AudioFile(fileId, fileUniqueId, duration, performer, title, mimeType, fileSize)
title: String? = null,
fileName: String? = null
) = AudioFile(fileId, fileUniqueId, duration, performer, title, fileName, mimeType, fileSize)

View File

@ -17,6 +17,7 @@ data class LocationContent(
chatId: ChatIdentifier,
disableNotification: Boolean,
replyToMessageId: MessageIdentifier?,
allowSendingWithoutReply: Boolean?,
replyMarkup: KeyboardMarkup?
): Request<ContentMessage<LocationContent>> = when (location) {
is StaticLocation -> SendStaticLocation(