mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2026-08-21 08:26:34 +00:00
4.0 KiB
4.0 KiB
//docs/dev.inmo.tgbotapi.extensions.api.send.media/sendPlaylist
sendPlaylist
[common]
Content
suspend fun TelegramBot.sendPlaylist(chatId: ChatIdentifier, media: List<AudioMediaGroupMemberInputMedia>, disableNotification: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): List<MediaGroupMessage<AudioContent>>
More info
See also
common
| SendPlaylist |
[common]
Content
suspend fun TelegramBot.sendPlaylist(chat: Chat, media: List<AudioMediaGroupMemberInputMedia>, disableNotification: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): List<MediaGroupMessage<AudioContent>>
More info
See also
common
| SendPlaylist |