newChatTitle property

  1. @JsonKey(name: 'new_chat_title')
String? get newChatTitle
inherited

Optional. A chat title was changed to this value

Implementation

@JsonKey(name: 'new_chat_title')
String? get newChatTitle;