Sha256: 149523498ba68167241c9cfa44b3721c949a0c6987f305ecc86d7f5fc10f20ab
Contents?: true
Size: 248 Bytes
Versions: 2
Compression:
Stored size: 248 Bytes
Contents
module TD::Types # A basic group (i.e., a chat with 0-200 other users). # # @attr basic_group_id [Integer] Basic group identifier. class ChatType::BasicGroup < ChatType attribute :basic_group_id, TD::Types::Coercible::Integer end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tdlib-schema-1.7.0.3 | lib/tdlib/types/chat_type/basic_group.rb |
tdlib-schema-1.7.0.2 | lib/tdlib/types/chat_type/basic_group.rb |