Sha256: 69004f9d3877f3cd67ee276a5ad0c204f4202409ab9461f100cb85136bbae319

Contents?: true

Size: 334 Bytes

Versions: 3

Compression:

Stored size: 334 Bytes

Contents

module TD::Types
  # A text message.
  #
  # @attr text [TD::Types::String] Message text.
  # @attr is_pinned [Boolean] True, if the message is a pinned message with the specified content.
  class PushMessageContent::Text < PushMessageContent
    attribute :text, TD::Types::String
    attribute :is_pinned, TD::Types::Bool
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tdlib-schema-1.7.0.4 lib/tdlib/types/push_message_content/text.rb
tdlib-schema-1.7.0.3 lib/tdlib/types/push_message_content/text.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/push_message_content/text.rb