Sha256: a8ad5e98ff36a4c62824da2e73886d8ccacf79a0e89735bf8b3b63213ca4cb96

Contents?: true

Size: 406 Bytes

Versions: 6

Compression:

Stored size: 406 Bytes

Contents

module TD::Types
  # A video note message.
  #
  # @attr video_note [TD::Types::VideoNote, nil] Message content; may be null.
  # @attr is_pinned [Boolean] True, if the message is a pinned message with the specified content.
  class PushMessageContent::VideoNote < PushMessageContent
    attribute :video_note, TD::Types::VideoNote.optional.default(nil)
    attribute :is_pinned, TD::Types::Bool
  end
end

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
tdlib-schema-1.7.0.4 lib/tdlib/types/push_message_content/video_note.rb
tdlib-schema-1.7.0.3 lib/tdlib/types/push_message_content/video_note.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/push_message_content/video_note.rb
tdlib-schema-1.7.0.1 lib/tdlib/types/push_message_content/video_note.rb
tdlib-ruby-2.2.0 lib/tdlib/types/push_message_content/video_note.rb
tdlib-ruby-2.1.0 lib/tdlib/types/push_message_content/video_note.rb