Get chat history messages via the getUpdates polling method, filtered by chat_id. Returns only updates from the specified chat. Bot can only retrieve messages sent after it joined the chat; missing older messages is expected. Requires no active webhook — a webhook causes HTTP 40…
limitintegerLimits the number of messages to be retrieved. Values between 1-100 are accepted. Defaults to 100. To paginate beyond 100 messages, use coordinated offset or message_id values across sequential calls.
offsetintegerSequential number of the first message to be returned; negative values are allowed. Default is 0.
chat_idRequiredUnique identifier for the target chat or username of the target supergroup or channel. Results are filtered to only include updates from this specific chat.
message_idintegerIdentifier of a message in the chat as a starting point for getting history. If not specified, returns recent messages.
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.