I'm using python.
so pip install chatie-grpc is necessary.
here's different between v0.16.1 and v0.16.2:
chatie_grpc-0.16.2 funcation:
async def room_qr_code(self) -> RoomQrCodeResponse:
chatie_grpc-0.16.1 function:
async def room_q_r_code(self, *, id: str = "") -> RoomQRCodeResponse:
the latest version(0.16.2) missing parameter id
that me know the consider of removing parameter id for this function, or it's a bug. tks.