Skip to content

v2.4.0

Choose a tag to compare

@demchenkoalex demchenkoalex released this 08 Jun 12:21
· 71 commits to main since this release

⚠️ Breaking Changes ⚠️

All message builders will also provide isSentByMe and groupStatus now. Just pass

{
  required bool isSentByMe,
  MessageGroupStatus? groupStatus,
}

after the index param. It is fine not to use these fields if not needed.