Telegex.stop_poll

You're seeing just the function stop_poll, go back to Telegex module for more information.
Link to this function

stop_poll(chat_id, message_id, optionals \\ [])

View Source

Specs

stop_poll(integer() | String.t(), integer(), [
  {:reply_markup, Telegex.Model.InlineKeyboardMarkup.t()}
]) :: {:ok, Telegex.Model.Poll.t()} | {:error, Telegex.Model.errors()}

Use this method to stop a poll which was sent by the bot. On success, the stopped Telegex.Model.Poll with the final results is returned.