Sha256: dbe68c1d19f92b505b0e90d2f67dc4de39f6196e2edadd5f511acb3272691df3
Contents?: true
Size: 349 Bytes
Versions: 3
Compression:
Stored size: 349 Bytes
Contents
module TD::Types # Describes an action suggested to the current user. class SuggestedAction < Base %w[ enable_archive_and_mute_new_chats check_phone_number see_ticks_hint convert_to_broadcast_group ].each do |type| autoload TD::Types.camelize(type), "tdlib/types/suggested_action/#{type}" end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
tdlib-schema-1.7.0.3 | lib/tdlib/types/suggested_action.rb |
tdlib-schema-1.7.0.2 | lib/tdlib/types/suggested_action.rb |
tdlib-schema-1.7.0.1 | lib/tdlib/types/suggested_action.rb |