newChatMembers property

  1. @JsonKey(name: 'new_chat_members')
List<User>? get newChatMembers
inherited

Optional. New members that were added to the group or supergroup and information about them (the bot itself may be one of these members)

Implementation

@JsonKey(name: 'new_chat_members')
List<User>? get newChatMembers;