mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2024-11-18 06:13:47 +00:00
28 lines
2.1 KiB
Markdown
28 lines
2.1 KiB
Markdown
//[docs](../../index.md)/[dev.inmo.tgbotapi.requests.send.media](index.md)/[SendDocumentsGroup](-send-documents-group.md)
|
|
|
|
|
|
|
|
# SendDocumentsGroup
|
|
[common]
|
|
Content
|
|
inline fun [SendDocumentsGroup](-send-documents-group.md)(chatId: [ChatIdentifier](../dev.inmo.tgbotapi.types/-chat-identifier/index.md), media: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[DocumentMediaGroupMemberInputMedia](../dev.inmo.tgbotapi.types.InputMedia/-document-media-group-member-input-media/index.md)>, disableNotification: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) = false, replyToMessageId: [MessageIdentifier](../dev.inmo.tgbotapi.types/index.md#%5Bdev.inmo.tgbotapi.types%2FMessageIdentifier%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081)? = null, allowSendingWithoutReply: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)? = null): [Request](../dev.inmo.tgbotapi.requests.abstracts/-request/index.md)<[List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[MediaGroupMessage](../dev.inmo.tgbotapi.types.message.abstracts/-media-group-message/index.md)<[DocumentContent](../dev.inmo.tgbotapi.types.message.content.media/-document-content/index.md)>>>
|
|
More info
|
|
|
|
|
|
Use this method to be sure that you are correctly sending documents media group
|
|
|
|
|
|
|
|
## See also
|
|
|
|
common
|
|
|
|
| | |
|
|
|---|---|
|
|
| <a name="dev.inmo.tgbotapi.requests.send.media//SendDocumentsGroup/#dev.inmo.tgbotapi.types.ChatIdentifier#kotlin.collections.List[dev.inmo.tgbotapi.types.InputMedia.DocumentMediaGroupMemberInputMedia]#kotlin.Boolean#kotlin.Long?#kotlin.Boolean?/PointingToDeclaration/"></a>[dev.inmo.tgbotapi.types.InputMedia.InputMediaDocument](../dev.inmo.tgbotapi.types.InputMedia/-input-media-document/index.md)| <a name="dev.inmo.tgbotapi.requests.send.media//SendDocumentsGroup/#dev.inmo.tgbotapi.types.ChatIdentifier#kotlin.collections.List[dev.inmo.tgbotapi.types.InputMedia.DocumentMediaGroupMemberInputMedia]#kotlin.Boolean#kotlin.Long?#kotlin.Boolean?/PointingToDeclaration/"></a>|
|
|
|
|
|
|
|
|
|
|
|