SendVisualMediaGroup

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

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

See also