Sha256: 3d3b0645a9e6d39b0c2aa0d1ea800c024d0de4d616c030c70c97cf558dfc8b06
Contents?: true
Size: 447 Bytes
Versions: 1
Compression:
Stored size: 447 Bytes
Contents
module TD::Types # The message was originally sent by an anonymous chat administrator on behalf of the chat. # # @attr sender_chat_id [Integer] Identifier of the chat that originally sent the message. # @attr author_signature [String] Original message author signature. class MessageForwardOrigin::Chat < MessageForwardOrigin attribute :sender_chat_id, TD::Types::Integer attribute :author_signature, TD::Types::String end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tdlib-schema-1.7.0.1 | lib/tdlib/types/message_forward_origin/chat.rb |