Sha256: 1f8c468b0e7075f686d3d3ca5879a162e0b8e598826fbca62dfd8dc4dcb17514
Contents?: true
Size: 255 Bytes
Versions: 4
Compression:
Stored size: 255 Bytes
Contents
module TD::Types # Describes a type of public chats. class PublicChatType < Base %w[ has_username is_location_based ].each do |type| autoload TD::Types.camelize(type), "tdlib/types/public_chat_type/#{type}" end end end
Version data entries
4 entries across 4 versions & 2 rubygems