telegram.VideoChatParticipantsInvited#
- class telegram.VideoChatParticipantsInvited(*args, **kwargs)[source]#
Bases:
telegram.TelegramObjectThis object represents a service message about new members invited to a video chat.
Objects of this class are comparable in terms of equality. Two objects of this class are considered equal, if their
usersare equal.New in version 13.4.
Changed in version 20.0: This class was renamed from
VoiceChatParticipantsInvitedin accordance to Bot API 6.0.- Parameters
users (List[
telegram.User]) – New members that were invited to the video chat.
- users[source]#
New members that were invited to the video chat.
- Type
List[
telegram.User]