Sha256: f3cdf2c0690ede70ebe997827e6bd57e175b8f8e9f2dbe996b3b7e9d45f1a3f7
Contents?: true
Size: 528 Bytes
Versions: 1
Compression:
Stored size: 528 Bytes
Contents
module TD::Types # A new message was received; can also be an outgoing message. # # @attr message [TD::Types::Message] The new message. # @attr disable_notification [Boolean] True, if this message must not generate a notification. # @attr contains_mention [Boolean] True, if the message contains a mention of the current user. class Update::NewMessage < Update attribute :message, TD::Types::Message attribute :disable_notification, TD::Types::Bool attribute :contains_mention, TD::Types::Bool end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tdlib-ruby-2.0.0 | lib/tdlib/types/update/new_message.rb |