Sha256: 4012139b3cffbd339e4d780eb1623e63f22e32be6075ac52b078dbd919ec90d9
Contents?: true
Size: 298 Bytes
Versions: 4
Compression:
Stored size: 298 Bytes
Contents
module TD::Types # The current user has connected a website by logging in using Telegram Login Widget on it. # # @attr domain_name [String] Domain name of the connected website. class MessageContent::WebsiteConnected < MessageContent attribute :domain_name, TD::Types::String end end
Version data entries
4 entries across 4 versions & 2 rubygems