@@ -78,8 +95,9 @@ CREATE TABLE IF NOT EXISTS `message` (
`caption`TEXTDEFAULTNULLCOMMENT'For message with caption, the actual UTF-8 text of the caption',
`contact`TEXTDEFAULTNULLCOMMENT'Contact object. Message is a shared contact, information about the contact',
`location`TEXTDEFAULTNULLCOMMENT'Location object. Message is a shared location, information about the location',
`new_chat_participant`bigintNULLDEFAULTNULLCOMMENT'User id. A new member was added to the group, information about them (this member may be bot itself)',
`left_chat_participant`bigintNULLDEFAULTNULLCOMMENT'User id. A member was removed from the group, information about them (this member may be bot itself)',
`venue`TEXTDEFAULTNULLCOMMENT'Venue object. Message is a Venue, information about the Venue',
`new_chat_member`bigintNULLDEFAULTNULLCOMMENT'User id. A new member was added to the group, information about them (this member may be bot itself)',
`left_chat_member`bigintNULLDEFAULTNULLCOMMENT'User id. A member was removed from the group, information about them (this member may be bot itself)',
`new_chat_title`CHAR(255)DEFAULTNULLCOMMENT'A group title was changed to this value',
`new_chat_photo`TEXTDEFAULTNULLCOMMENT'Array of PhotoSize objects. A group photo was change to this value',
`delete_chat_photo`tinyint(1)DEFAULT0COMMENT'Informs that the group photo was deleted',
...
...
@@ -93,8 +111,8 @@ CREATE TABLE IF NOT EXISTS `message` (