FTMGram v2.2.13

Scheme layer used: 205

  • Added the ChecklistTask representing a task in a checklist.

  • Added the Checklist representing a checklist.

  • Added the InputChecklistTask representing a task to add to a checklist.

  • Added the InputChecklist representing a checklist to create.

  • Added the field checklist to the Message and ExternalReplyInfo, describing a checklist in a message.

  • Added the ChecklistTasksDone and the field checklist_tasks_done to the Message, describing a service message about status changes for tasks in a checklist (i.e., marked as done/not done).

  • Added the ChecklistTasksAdded and the field checklist_tasks_added to the Message, describing a service message about the addition of new tasks to a checklist.

  • Added the send_checklist(), allowing bots to send a checklist on behalf of a business account.

  • Added the edit_message_checklist(), allowing bots to edit a checklist on behalf of a business account.

  • Added the DirectMessagePriceChanged and the field direct_message_price_changed to the Message, describing a service message about a price change for direct messages sent to the channel chat.

  • Fix conditions for recover_gaps.

  • Added reply_parameters in forward_messages().

  • Increased the maximum number of options in a poll to 12.

  • View new and changed raw API methods.