sound_id property
read / write
Identifier of the notification sound to be played for messages; 0 if sound is disabled.
; string representation of int, use int.parse
Implementation
late int64 sound_id;
Identifier of the notification sound to be played for messages; 0 if sound is disabled.
; string representation of int, use int.parse
late int64 sound_id;