selectionChanged method

void selectionChanged()

A method tells that the user has changed a selection. The Telegram app may play the appropriate haptics. Warning!!! Do not use this feedback when the user makes or confirms a selection; use it only when the selection changes.

Implementation

void selectionChanged() => Telegram.WebApp.HapticFeedback.selectionChanged();