Use this method to receive incoming updates using long polling. An Array of Update objects is returned. IMPORTANT: This method will not work if an outgoing webhook is set up. Webhooks and getUpdates are mutually exclusive — call deleteWebhook first to switch modes (409 Conflict…
limitintegerLimits the number of updates to be retrieved. Values between 1-100 are accepted. Defaults to 100
offsetintegerIdentifier of the first update to be returned. Must be greater by one than the highest among the identifiers of previously received updates
timeoutintegerTimeout in seconds for long polling. Defaults to 0, i.e. usual short polling. Should be positive, short polling should be used for testing purposes only
allowed_updatesarrayA JSON-serialized list of the update types you want your bot to receive. Specify an empty list to receive all update types except chat_member
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.