frankvHoof93 / TikTokLiveSharp

Port of TikTok live library for C#
https://vanhoof.dev
Other
149 stars 31 forks source link

Combo gifts are counted as a single. #68

Closed TimurSarp closed 5 months ago

TimurSarp commented 6 months ago

Just simple.

Combo gifts are counted as a single gift.

Example: I can not see how much rose he gave me.

frankvHoof93 commented 5 months ago

OnGift uses internal Events on the TikTokGift-Object which fire when the streak continues (or ends). OnGiftMessage is fired for each message.

Having tested, I can assure you both are working as intended. Have a look at the summaries on both Events (and the TikTokGift-Class) for more info.