Agadar / NationStates-API-Java-Wrapper

A Java library for consuming the NationStates API.
5 stars 1 forks source link

Allow multiple receivers to be defined in TelegramQuery. #4

Closed Agadar closed 8 years ago

Agadar commented 8 years ago

Changing the nation-param in the TelegramQuery constructor from String to String... would allow for multiple receivers to be defined while maintaining backwards compatibility. It's a very minor change that would make it so consumers of the wrapper don't have to build loops for themselves.

Agadar commented 8 years ago

Implemented in 07c7402.