Sha256: 62e8855b8e001f68ab3310759589e8f9b85972931881dc6cd61e4fcb53906436
Contents?: true
Size: 384 Bytes
Versions: 6
Compression:
Stored size: 384 Bytes
Contents
module TD::Types # Contains information about a tg:// deep link. # # @attr text [TD::Types::FormattedText] Text to be shown to the user. # @attr need_update_application [Boolean] True, if user should be asked to update the application. class DeepLinkInfo < Base attribute :text, TD::Types::FormattedText attribute :need_update_application, TD::Types::Bool end end
Version data entries
6 entries across 6 versions & 2 rubygems