Skip to content

class Tourmaline::VideoChatParticipantsInvited
inherits Reference #

This object represents a service message about new members invited to a video chat.

Included modules

JSON::Serializable

Constructors#

.new(pull : JSON::PullParser) #

View source

.new(users : Array(Tourmaline::User) = [] of Tourmaline::User) #

View source

Methods#

#users : Array(Tourmaline::User) #

New members that were invited to the video chat

View source

#users=(users : Array(Tourmaline::User)) #

New members that were invited to the video chat

View source