chats property

  1. @JsonKey(name: 'chats')
List<Chat> get chats
inherited

The list of chats which the user must join to participate in the giveaway

Implementation

@JsonKey(name: 'chats')
List<Chat> get chats;