Jump to content
McKay Development

Sending EMsg.ClientMicroTxnAuthorize in python


Recommended Posts

Posted

Has anyone got an idea how to send this in python? I have no idea. I think I have to wrap it around Msg() or MsgProto(), but I don't know how to mimic this in python:

let payload = new ByteBuffer(12, ByteBuffer.LITTLE_ENDIAN);
payload.writeInt64(973858335);
payload.writeInt32(1);
steamClient.send({ msg: Steam.EMsg.ClientMicroTxnAuthorize, proto: null }, payload.buffer, (header, body))


       

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...