Sha256: 3966dc531568fb14d37345c8f614a2ccad71721954378a98551636a2ee0c7fe3

Contents?: true

Size: 193 Bytes

Versions: 2

Compression:

Stored size: 193 Bytes

Contents

module TD::Types
  # Contains the group call identifier.
  #
  # @attr id [Integer] Group call identifier.
  class GroupCallId < Base
    attribute :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/group_call_id.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/group_call_id.rb