Closed josejuan closed 8 years ago
@josejuan Thanks for reporting this issue! You are right, it should be optional. Currently I am away and have limited internet access, so pull request is highly appreciated!
"pull request is highly appreciated!"
Of course! but this is a big change and it will break all other code (user api code too).
I don't know how to proceed here (maybe changing to a new version then do changes there).
@josejuan The major version of this package is still below 1, so don't worry. Yes, it may break others code, if they do not specify exact version of dependency, but as we can see code is alredy broken due to this issue. Thus I would not worry too much
version 0.3.0.0 has been released a few days ago. closing issue thank you @josejuan
Telegram no return some field (e.g.
Message.from
) and the client fail since is currently mandatory.Should not be optional? (e.g.
from :: Maybe User
)Great job and thank you!