Pyrogram v2.2.13#
Scheme layer used: 205#
Added the
ChecklistTaskrepresenting a task in a checklist.Added the
Checklistrepresenting a checklist.Added the
InputChecklistTaskrepresenting a task to add to a checklist.Added the
InputChecklistrepresenting a checklist to create.Added the field
checklistto theMessageandExternalReplyInfo, describing a checklist in a message.Added the
ChecklistTasksDoneand the fieldchecklist_tasks_doneto theMessage, describing a service message about status changes for tasks in a checklist (i.e., marked as done/not done).Added the
ChecklistTasksAddedand the fieldchecklist_tasks_addedto theMessage, 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
DirectMessagePriceChangedand the fielddirect_message_price_changedto theMessage, describing a service message about a price change for direct messages sent to the channel chat.Added
reply_parametersinforward_messages().Increased the maximum number of options in a poll to 12.