1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-11-17 22:03:48 +00:00
tgbotapi/docs/dev.inmo.tgbotapi.requests.send.media/-send-documents-group.md
2021-03-17 15:18:37 +00:00

2.1 KiB

//docs/dev.inmo.tgbotapi.requests.send.media/SendDocumentsGroup

SendDocumentsGroup

[common]
Content
inline fun SendDocumentsGroup(chatId: ChatIdentifier, media: List<DocumentMediaGroupMemberInputMedia>, disableNotification: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): Request<List<MediaGroupMessage<DocumentContent>>>
More info

Use this method to be sure that you are correctly sending documents media group

See also

common

dev.inmo.tgbotapi.types.InputMedia.InputMediaDocument