parentChat property

  1. @JsonKey.new(name: 'parent_chat')
Chat? get parentChat
inherited

Optional. Information about the corresponding channel chat; for direct messages chats only

Implementation

@JsonKey(name: 'parent_chat')
Chat? get parentChat;