chat_instance property
read / write
An identifier uniquely corresponding to the chat a message was sent to.
; string representation of int, use int.parse
Implementation
late int64 chat_instance;
An identifier uniquely corresponding to the chat a message was sent to.
; string representation of int, use int.parse
late int64 chat_instance;