class Telegram::API::VoiceChatParticipantsInvited

Overview

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

Defined in:

telegram/api/generated/types.cr

Constructors

Instance Method Summary

Instance methods inherited from class Telegram::API::Type

==(other) ==, client client

Constructor methods inherited from class Telegram::API::Type

new(pull : JSON::PullParser) new

Constructor Detail

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

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


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

[View source]

Instance Method Detail

def users : Array(User) #

Optional. New members that were invited to the voice chat


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

Optional. New members that were invited to the voice chat


[View source]