Sha256: 38802fd9f13b15da8b7ff3b1814d7c8150f7edc37a2fdb9635aaefc345e5438d

Contents?: true

Size: 380 Bytes

Versions: 4

Compression:

Stored size: 380 Bytes

Contents

module TD::Types
  # A newly created basic group.
  #
  # @attr title [String] Title of the basic group.
  # @attr member_user_ids [Array<Integer>] User identifiers of members in the basic group.
  class MessageContent::BasicGroupChatCreate < MessageContent
    attribute :title, TD::Types::String
    attribute :member_user_ids, TD::Types::Array.of(TD::Types::Integer)
  end
end

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
tdlib-schema-1.7.0.1 lib/tdlib/types/message_content/basic_group_chat_create.rb
tdlib-ruby-2.2.0 lib/tdlib/types/message_content/basic_group_chat_create.rb
tdlib-ruby-2.1.0 lib/tdlib/types/message_content/basic_group_chat_create.rb
tdlib-ruby-2.0.0 lib/tdlib/types/message_content/basic_group_chat_create.rb