Sha256: 393f0c5b3ff469c6a8dce222bb1f747efc2d5865fbe818f3b322db7efc6fa7fd

Contents?: true

Size: 343 Bytes

Versions: 3

Compression:

Stored size: 343 Bytes

Contents

module TD::Types
  # A message with a user contact.
  #
  # @attr name [String] Contact's name.
  # @attr is_pinned [Boolean] True, if the message is a pinned message with the specified content.
  class PushMessageContent::Contact < PushMessageContent
    attribute :name, TD::Types::String
    attribute :is_pinned, TD::Types::Bool
  end
end

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
tdlib-schema-1.7.0.1 lib/tdlib/types/push_message_content/contact.rb
tdlib-ruby-2.2.0 lib/tdlib/types/push_message_content/contact.rb
tdlib-ruby-2.1.0 lib/tdlib/types/push_message_content/contact.rb