Sha256: 657324d1d8b71a51fba603cbea5cf61009b7b60eef29597a11e90b65fdbdc01f
Contents?: true
Size: 288 Bytes
Versions: 4
Compression:
Stored size: 288 Bytes
Contents
module TD::Types # Describes a reason why an external chat is shown in a chat list. class ChatSource < Base %w[ mtproto_proxy public_service_announcement ].each do |type| autoload TD::Types.camelize(type), "tdlib/types/chat_source/#{type}" end end end
Version data entries
4 entries across 4 versions & 1 rubygems