Crate tweechat_datatypes

Source

Structs§

ApiError
May be returned for any endpoint when said endpoint has a failure
LoginResponse
Returned by the /auth/token and /auth/totp routes. Always use /auth/token first, you will be granted a temporary Bearer token if needs_totp is true, you can then call /auth/totp with the Bearer token and TOTP authcode.
MessageCreate
TotpRequest
For requesting to the /auth/totp route. You must also have a temporary TOTP authtoken first!
User
User object
UserCreate

Enums§

UserSecurityLevel