Class: Telegram::Bot::Types::VideoChatParticipantsInvited

Inherits:
Base
  • Object
show all
Defined in:
sig/telegram/bot/types/video_chat_participants_invited.rbs

Instance Attribute Summary collapse

Attributes inherited from Base

#attributes

Class Method Summary collapse

Methods included from Compactable

#to_compact_hash, #to_json

Methods included from PatternMatching

#deconstruct_keys

Instance Attribute Details

#usersArray[User] (readonly)

Returns the value of attribute users.

Returns:



8
9
10
# File 'sig/telegram/bot/types/video_chat_participants_invited.rbs', line 8

def users
  @users
end

Class Method Details

.new(users:) ⇒ instance .new(attributes) ⇒ instance

Overloads:

  • .new(users:) ⇒ instance

    Parameters:

    • users: (Array[User])

    Returns:

    • (instance)
  • .new(attributes) ⇒ instance

    Parameters:

    • attributes (Hash[Symbol | String, untyped])

    Returns:

    • (instance)


6
7
# File 'sig/telegram/bot/types/video_chat_participants_invited.rbs', line 6

def self.new: (users: Array[User]) -> instance
| (?Hash[Symbol | String, untyped] attributes) -> instance