-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Closed
Labels
ℹ️ good-first-issueinformation: good-first-issueinformation: good-first-issue🛠 refactorchange type: refactorchange type: refactor
Milestone
Description
Currently all the subclasses handle the init completely on their own, while it would make more sense to move all attributes shared between the subclasses to InputMedia
, i.e. call super().__init__
like we do for InlineQueryResult*
. This includes the attributes caption_entities
, parse_mode
, type
, media
& caption
See https://t.me/c/1494805131/16382 + replies for discussion.
Metadata
Metadata
Assignees
Labels
ℹ️ good-first-issueinformation: good-first-issueinformation: good-first-issue🛠 refactorchange type: refactorchange type: refactor