Class: TD::Types::ChatBoostSlots

Inherits:
Base
  • Object
show all
Defined in:
lib/tdlib/types/chat_boost_slots.rb

Overview

Contains a list of chat boost slots.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#slotsArray<TD::Types::ChatBoostSlot>

List of boost slots.



5
6
7
# File 'lib/tdlib/types/chat_boost_slots.rb', line 5

def slots
  @slots
end