1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-02-09 13:47:03 +02:00
2024-08-13 15:52:26 +03:00

729 B

sidebar_position
1

Check token

Checks if the bot token is functional

Function CheckToken(Val Token) Export

Parameter CLI option Type Description
Token --token String Bot token

Returns: Map Of KeyAndValue - Serialized JSON response from VK Teams


:::tip Method at API documentation: GET /self/get :::

  Token  = FunctionParameters["VkTeams_Token"];
  Result = OPI_VKTeams.CheckToken(Token);
    
  oint vkteams CheckToken --token "001.3501506236.091..."