Sha256: 22a3016fc7c1e24dadf9fe67b9adf4032e2de3d3e5ad3579ec071ca153179aeb
Contents?: true
Size: 367 Bytes
Versions: 1
Compression:
Stored size: 367 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::Integer attribute :joined_chat_date, TD::Types::Integer end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tdlib-schema-1.7.0.1 | lib/tdlib/types/chat_invite_link_member.rb |