Sha256: b58ecf6a6e2d7e03a7c6ca2fff1a433a78f951c93e1a80d6c1f2d085b84b3435
Contents?: true
Size: 429 Bytes
Versions: 4
Compression:
Stored size: 429 Bytes
Contents
module TD::Types # A supergroup (i.e. # a chat with up to GetOption("supergroup_max_size") other users), or channel (with unlimited members). # # @attr supergroup_id [Integer] Supergroup or channel identifier. # @attr is_channel [Boolean] True, if the supergroup is a channel. class ChatType::Supergroup < ChatType attribute :supergroup_id, TD::Types::Integer attribute :is_channel, TD::Types::Bool end end
Version data entries
4 entries across 4 versions & 2 rubygems