Sha256: b7a3cbe5d6c31f8489e6ac797117712bb48290846b0c36a3258ae2a7ff502452
Contents?: true
Size: 763 Bytes
Versions: 1
Compression:
Stored size: 763 Bytes
Contents
module TD::Types # A forwarded message. # # @attr from_chat_id [Integer] Identifier for the chat this forwarded message came from. # @attr message_id [Integer] Identifier of the message to forward. # @attr in_game_share [Boolean] True, if a game message should be shared within a launched game; applies only to game # messages. # @attr copy_options [TD::Types::MessageCopyOptions] Options to be used to copy content of the message without a link # to the original message. class InputMessageContent::Forwarded < InputMessageContent attribute :from_chat_id, TD::Types::Integer attribute :message_id, TD::Types::Integer attribute :in_game_share, TD::Types::Bool attribute :copy_options, TD::Types::MessageCopyOptions end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tdlib-schema-1.7.0.1 | lib/tdlib/types/input_message_content/forwarded.rb |