SendPlaylist

inline fun SendPlaylist(    chatId: ChatIdentifier,     media: List<AudioMediaGroupMemberTelegramMedia>,     disableNotification: Boolean = false,     protectContent: Boolean = false,     replyToMessageId: MessageId? = null,     allowSendingWithoutReply: Boolean? = null): Request<List<MediaGroupMessage<AudioContent>>>

Use this method to be sure that you are correctly sending playlist with audios

See also