Clean up auto generated comments

This commit is contained in:
Dan 2018-11-09 08:54:54 +01:00
parent 735246b259
commit aaded7564e

View File

@ -68,16 +68,16 @@ class InlineQueryResultArticle:
thumb_width: int = 0, thumb_width: int = 0,
thumb_height: int = 0 thumb_height: int = 0
): ):
self.id = id # string self.id = id
self.title = title # string self.title = title
self.input_message_content = input_message_content # flags.4?InputMessageContent self.input_message_content = input_message_content
self.reply_markup = reply_markup # flags.3?InlineKeyboardMarkup self.reply_markup = reply_markup
self.url = url self.url = url
self.hide_url = hide_url self.hide_url = hide_url
self.description = description # flags.2?string self.description = description
self.thumb_url = thumb_url # flags.5?string self.thumb_url = thumb_url
self.thumb_width = thumb_width # flags.6?int self.thumb_width = thumb_width
self.thumb_height = thumb_height # flags.7?int self.thumb_height = thumb_height
def write(self): def write(self):
return types.InputBotInlineResult( return types.InputBotInlineResult(