`inline_message_id`CHAR(255)NULLDEFAULTNULLCOMMENT'Identifier of the sent inline message',
`inline_message_id`CHAR(255)NULLDEFAULTNULLCOMMENT'Identifier of the sent inline message',
`query`TEXTNOTNULLCOMMENT'The query that was used to obtain the result',
`query`TEXTNOTNULLCOMMENT'The query that was used to obtain the result',
`created_at`timestampNULLDEFAULTNULLCOMMENT'Entry date creation',
`created_at`timestampNULLDEFAULTNULLCOMMENT'Entry date creation',
...
@@ -90,15 +90,15 @@ CREATE TABLE IF NOT EXISTS `message` (
...
@@ -90,15 +90,15 @@ CREATE TABLE IF NOT EXISTS `message` (
`location`TEXTCOMMENT'Location object. Message is a shared location, information about the location',
`location`TEXTCOMMENT'Location object. Message is a shared location, information about the location',
`venue`TEXTCOMMENT'Venue object. Message is a Venue, information about the Venue',
`venue`TEXTCOMMENT'Venue object. Message is a Venue, information about the Venue',
`caption`TEXTCOMMENT'For message with caption, the actual UTF-8 text of the caption',
`caption`TEXTCOMMENT'For message with caption, the actual UTF-8 text of the caption',
`new_chat_members`TEXTCOMMENT'Array of unique user identifiers, a new member(s) were added to the group, information about them (one of this member may be bot itself)',
`new_chat_members`TEXTCOMMENT'Array of unique user identifiers, new member(s) were added to the group, information about them (one of these members may be the bot itself)',
`left_chat_member`bigintNULLDEFAULTNULLCOMMENT'Unique user identifier, a member was removed from the group, information about them (this member may be bot itself)',
`left_chat_member`bigintNULLDEFAULTNULLCOMMENT'Unique user identifier, a member was removed from the group, information about them (this member may be the bot itself)',
`new_chat_title`CHAR(255)DEFAULTNULLCOMMENT'A chat title was changed to this value',
`new_chat_title`CHAR(255)DEFAULTNULLCOMMENT'A chat title was changed to this value',
`new_chat_photo`TEXTCOMMENT'Array of PhotoSize objects. A chat photo was change to this value',
`new_chat_photo`TEXTCOMMENT'Array of PhotoSize objects. A chat photo was change to this value',
`delete_chat_photo`tinyint(1)DEFAULT0COMMENT'Informs that the chat photo was deleted',
`delete_chat_photo`tinyint(1)DEFAULT0COMMENT'Informs that the chat photo was deleted',
`group_chat_created`tinyint(1)DEFAULT0COMMENT'Informs that the group has been created',
`group_chat_created`tinyint(1)DEFAULT0COMMENT'Informs that the group has been created',
`supergroup_chat_created`tinyint(1)DEFAULT0COMMENT'Informs that the supergroup has been created',
`supergroup_chat_created`tinyint(1)DEFAULT0COMMENT'Informs that the supergroup has been created',
`channel_chat_created`tinyint(1)DEFAULT0COMMENT'Informs that the channel chat has been created',
`channel_chat_created`tinyint(1)DEFAULT0COMMENT'Informs that the channel chat has been created',
`migrate_to_chat_id`bigintNULLDEFAULTNULLCOMMENT'Migrate to chat identifier. The group has been migrated to a supergroup with the specified identifie',
`migrate_to_chat_id`bigintNULLDEFAULTNULLCOMMENT'Migrate to chat identifier. The group has been migrated to a supergroup with the specified identifier',
`migrate_from_chat_id`bigintNULLDEFAULTNULLCOMMENT'Migrate from chat identifier. The supergroup has been migrated from a group with the specified identifier',
`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',
`pinned_message`TEXTNULLCOMMENT'Message object. Specified message was pinned',
...
@@ -160,7 +160,7 @@ CREATE TABLE IF NOT EXISTS `edited_message` (
...
@@ -160,7 +160,7 @@ CREATE TABLE IF NOT EXISTS `edited_message` (