Would it make sense to add more instance methods? I'm thinking things like. ``` python Document.get_file() Document.download() Chat.send_*() User.send_*() ``` Where `Document` includes other downloadable types, this could be done fairly easily by way of subclassing.