Class: Telegram::Bot::Types::VideoChatParticipantsInvited
- Defined in:
- sig/telegram/bot/types/video_chat_participants_invited.rbs
Instance Attribute Summary collapse
-
#users ⇒ Array[User]
readonly
Returns the value of attribute users.
Attributes inherited from Base
Class Method Summary collapse
Methods included from Compactable
Methods included from PatternMatching
Instance Attribute Details
#users ⇒ Array[User] (readonly)
Returns the value of attribute users.
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
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
|