You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2026-05-22 10:05:29 +02:00
Main build (Jenkins)
This commit is contained in:
@@ -30,7 +30,7 @@ Method at API documentation: [GET /files/getInfo](https://teams.vk.com/botapi/#/
|
||||
|
||||
```bsl title="1C:Enterprise/OneScript code example"
|
||||
Token = "001.3501506236.091...";
|
||||
FileID = "hGdf9rm9OIWXNADXdUA4by6716b5e41bd";
|
||||
FileID = "h5uQTXviQlMhOpqFVxAySV67251fb11bd";
|
||||
|
||||
Result = OPI_VKTeams.GetFileInformation(Token, FileID);
|
||||
```
|
||||
@@ -42,7 +42,7 @@ Method at API documentation: [GET /files/getInfo](https://teams.vk.com/botapi/#/
|
||||
```bash
|
||||
oint vkteams GetFileInformation \
|
||||
--token "***" \
|
||||
--fileid "aRcVZBAtKCduymI3QoELQg672388ee1bd"
|
||||
--fileid "UdRfyRDrwPNV1Cl8xwubF9672657a51bd"
|
||||
```
|
||||
</TabItem>
|
||||
|
||||
@@ -50,7 +50,7 @@ Method at API documentation: [GET /files/getInfo](https://teams.vk.com/botapi/#/
|
||||
```batch
|
||||
oint vkteams GetFileInformation ^
|
||||
--token "***" ^
|
||||
--fileid "aRcVZBAtKCduymI3QoELQg672388ee1bd"
|
||||
--fileid "UdRfyRDrwPNV1Cl8xwubF9672657a51bd"
|
||||
```
|
||||
</TabItem>
|
||||
</Tabs>
|
||||
|
||||
Reference in New Issue
Block a user