class Tourmaline::VideoChatParticipantsInvited

Overview

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

Included Modules

Defined in:

tourmaline/types/api.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(users : Array(Tourmaline::User) = [] of Tourmaline::User) #

[View source]

Instance Method Detail

def users : Array(Tourmaline::User) #

New members that were invited to the video chat


[View source]
def users=(users : Array(Tourmaline::User)) #

New members that were invited to the video chat


[View source]