Sha256: c514844fa9743769c4d480f9d479096faee88cc023b5cbfb3770d7546a94c99b

Contents?: true

Size: 389 Bytes

Versions: 2

Compression:

Stored size: 389 Bytes

Contents

module TD::Types
  # Describes a chat member joined a chat by an invite link.
  #
  # @attr user_id [Integer] User identifier.
  # @attr joined_chat_date [Integer] Point in time (Unix timestamp) when the user joined the chat.
  class ChatInviteLinkMember < Base
    attribute :user_id, TD::Types::Coercible::Integer
    attribute :joined_chat_date, TD::Types::Coercible::Integer
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
tdlib-schema-1.7.0.3 lib/tdlib/types/chat_invite_link_member.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/chat_invite_link_member.rb