Sha256: 15e506dc1af09d776813023acab828b17c18a125cb3a1c9f80451bad6d1b7c0c

Contents?: true

Size: 295 Bytes

Versions: 2

Compression:

Stored size: 295 Bytes

Contents

module TD::Types
  # The message was originally sent by a known user.
  #
  # @attr sender_user_id [Integer] Identifier of the user that originally sent the message.
  class MessageForwardOrigin::User < MessageForwardOrigin
    attribute :sender_user_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/message_forward_origin/user.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/message_forward_origin/user.rb