Hass telepot

@sanders From what I can tell, the message payload contains the chat_id of the sender, as well as a group_ID (if it’s in a group). I’m suggesting that we allow group IDs… when a message comes in, telepot can check if it’s from a whitelisted user or group.

@zouden Ok. I guess that makes sense. Let me think about that how to do that. Like adding an extra “allowed_group_ids” to the config or put it all under “allowed_chat_ids”…

@sander I think they can all be put into the config as chat_ids, since you can then use the negative sign to see if it’s a group ID or not.