7 Commits
Author SHA1 Message Date
Nick Ninov 6773698575 account: Emoji reactions
- Related to https://github.com/status-im/status-python-sdk/issues/43
2026-08-20 12:38:35 +03:00
Nick Ninov c526e9c842 messaging: Date formatting
New supported formats:
- `datetime.date`
- `pd.Timestamp`
- `str`
2026-08-15 00:36:07 +03:00
Nick Ninov 5a3885cc6a bot: Send image
- Related to https://github.com/status-im/status-python-sdk/issues/33
2026-08-12 14:02:18 +03:00
Nick Ninov 1efd9c3f3b messaging: Return ID for sent messages 2026-08-04 18:17:38 +03:00
Nick Ninov 8ba1a984b3 bot: Support Chat Keys & URLs 2026-08-04 18:17:38 +03:00
Nick Ninov a0f7201a81 bot: Dynamic Group Chat properties
- Make properties dynamic. Other members can add members and update the group chat's name.
- `Account` and `GroupChat` can reply to messages
- Update agents documentation
2026-08-04 18:17:38 +03:00
Nick Ninov 894beee4b5 bot: Group Chat Manager
- Related to https://github.com/status-im/status-python-sdk/issues/18
- Group Chat class
- Group Chat documentation
- Move images into sub-folders
- Compress images
2026-08-04 18:17:38 +03:00