def send(ctx, room_uuid, text): # type: (click.Context, str, str) -> None """????????????.""" api = ctx.obj['api'] click.echo(u'????????...') # type: ignore api.post_text_message(uuid.UUID(room_uuid), text)