@@ -81,7 +81,7 @@ CREATE TABLE IF NOT EXISTS `message` (
`entities`TEXTCOMMENT'For text messages, special entities like usernames, URLs, bot commands, etc. that appear in the text',
`audio`TEXTCOMMENT'Audio object. Message is an audio file, information about the file',
`document`TEXTCOMMENT'Document object. Message is a general file, information about the file',
`animation`TEXTCOMMENT'Optional. Message is an animation, information about the animation',
`animation`TEXTCOMMENT'Message is an animation, information about the animation',
`game`TEXTCOMMENT'Game object. Message is a game, information about the game',
`photo`TEXTCOMMENT'Array of PhotoSize objects. Message is a photo, available sizes of the photo',
`sticker`TEXTCOMMENT'Sticker object. Message is a sticker, information about the sticker',
...
...
@@ -104,6 +104,7 @@ CREATE TABLE IF NOT EXISTS `message` (
`migrate_from_chat_id`bigintNULLDEFAULTNULLCOMMENT'Migrate from chat identifier. The supergroup has been migrated from a group with the specified identifier',
`pinned_message`TEXTNULLCOMMENT'Message object. Specified message was pinned',
`connected_website`TEXTNULLCOMMENT'The domain name of the website on which the user has logged in.',