ValvePython / dota2

🐸 Python package for interacting with Dota 2 Game Coordinator
http://dota2.readthedocs.io
201 stars 32 forks source link

Lobby chat #22

Closed LadaBr closed 7 years ago

LadaBr commented 7 years ago

Is there any way to listen to lobby/in-game chat event and send messages to the chat?

Thanks for info.

rossengeorgiev commented 7 years ago

There is no API for that at the moment, its being worked on. You can look at PR #21 and implement the lobby chat bit yourself.

You can't get in-game chat messages as they are transmitted via the game server.