Sha256: 46cdec1c7c9ff662b5c3089af0d1a33e316399516d47d1adee367d97172dc8b8
Contents?: true
Size: 276 Bytes
Versions: 6
Compression:
Stored size: 276 Bytes
Contents
module TD::Types # Contains information about the sending state of the message. class MessageSendingState < Base %w[ pending failed ].each do |type| autoload TD::Types.camelize(type), "tdlib/types/message_sending_state/#{type}" end end end
Version data entries
6 entries across 6 versions & 2 rubygems