newChatMembers property

List<User>? newChatMembers
final

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

final List<User>? newChatMembers;