SendDocumentsGroup

inline fun SendDocumentsGroup(chatId: ChatIdentifier, media: List<DocumentMediaGroupMemberTelegramMedia>, threadId: MessageThreadId? = chatId.threadId, disableNotification: Boolean = false, protectContent: Boolean = false, replyParameters: ReplyParameters? = null, allowSendingWithoutReply: Boolean? = null): Request<ContentMessage<MediaGroupContent<DocumentContent>>>

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

See also