Sha256: 5a517b729bee3ae3d15e9e054932cb8b558a16cbdab78dac6833092869777366
Contents?: true
Size: 311 Bytes
Versions: 4
Compression:
Stored size: 311 Bytes
Contents
module TD::Types # Contains information about the time when a scheduled message will be sent. class MessageSchedulingState < Base %w[ send_at_date send_when_online ].each do |type| autoload TD::Types.camelize(type), "tdlib/types/message_scheduling_state/#{type}" end end end
Version data entries
4 entries across 4 versions & 2 rubygems