Skip to content

v0.16.2 and v0.16.1 room_qr_code function parameter missing #74

@why2lyj

Description

@why2lyj

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions