mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2024-11-18 06:13:47 +00:00
2.0 KiB
2.0 KiB
//docs/dev.inmo.tgbotapi.requests.send.media/SendPlaylist
SendPlaylist
[common]
Content
inline fun SendPlaylist(chatId: ChatIdentifier, media: List<AudioMediaGroupMemberInputMedia>, disableNotification: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): Request<List<MediaGroupMessage<AudioContent>>>
More info
Use this method to be sure that you are correctly sending playlist with audios
See also
common
dev.inmo.tgbotapi.types.InputMedia.InputMediaAudio |