Sha256: b16f01bf93200de5b9dc0b13a685a953e3fba693abfd84d8a8b949f378c30249

Contents?: true

Size: 440 Bytes

Versions: 2

Compression:

Stored size: 440 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::Coercible::Integer
    attribute :is_channel, TD::Types::Bool
  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/supergroup.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/chat_type/supergroup.rb