senderBoostCount property

  1. @JsonKey(name: 'sender_boost_count')
int? get senderBoostCount
inherited

Optional. If the sender of the message boosted the chat, the number of boosts added by the user

Implementation

@JsonKey(name: 'sender_boost_count')
int? get senderBoostCount;