- reqwest updated to 0.12
- Add
update_channel
function to client - Add
send_time
field to chat messages
- Now using edition 2021
- Updated various internal dependencies
sender_id
may be None
- Avatar can be null/missing on chat messages
- Handle gifp/webp fields being missing on some emotes
- Add
emotes
function to client to fetch trovo emotes
- Add
channel_by_id
function to client
- Deserialising of
chats
when various fields were null
- Add
send_chat_message
function to client - Added
AccessTokenOnly
struct that implementsAccessTokenProvider
for quick and dirty calls with an access token
chat_token_for_channel
andchat_token_for_user
now returnRequestError
andAuthenticatedRequestError
respectively which give more information as to what the api error actually was.
- Deserialising of
chats
when connecting to a channel with no message history
- Chat socket connection
- Methods to get user info by username