mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-06-10 23:57:41 +02:00
6 lines
262 B
Plaintext
6 lines
262 B
Plaintext
|
# JSON data can also be passed as a path to a .json file
|
||
|
|
||
|
oint vk CreatePoll \
|
||
|
--question "What's your favorite color?" \
|
||
|
--options "['Red','Yellow','Green']" \
|
||
|
--auth "{'access_token':'***','owner_id':'-218861756','app_id':'51694790','group_id':'218861756'}"
|