Stream Chat Python Versions Save

Stream Chat official Python API Client

v4.16.0

2 weeks ago

4.16.0 (2024-05-17)

Features

  • New API endpoint query_message_history (#168) (f3f4c9f)
response = client.query_message_history(
    filter={"message_id": {"$eq": msg_id}},
    sort=[{"message_updated_at": -1}],
    **{"limit": 1},
)

response_next = client.query_message_history(
    filter={"message_id": {"$eq": msg_id}},
    sort=[{"message_updated_at": -1}],
    **{"limit": 1, "next": response["next"]},
)

v4.15.0

2 months ago

4.15.0 (2024-03-19)

Features

  • support all_users & all_sender_channels for segment (#164) (7d57dcc)

v4.14.0

2 months ago

4.14.0 (2024-03-08)

Features

  • add support for show_deleted_message in getMessage (#161) (e42aa94)

v4.13.0

2 months ago

4.13.0 (2024-03-01)

v4.12.1

3 months ago

4.12.1 (2024-02-27)

Features

  • Add support of stop_at param for campaign.start (#158) (91bdd20)

v4.12.0

3 months ago

4.12.0 (2024-02-23)

Features

v4.11.0

6 months ago

4.11.0 (2023-11-23)

Features

  • Add type field support on create_blocklist() (#149) (786a50c)

v4.10.0

7 months ago

4.10.0 (2023-10-26)

Features

v4.9.0

10 months ago

4.9.0 (2023-07-20)

Features

v4.8.0

1 year ago

4.8.0 (2023-05-03)

Features