Sha256: 33245fcbcc85857237dc91d00a0b34a18e17f87b9886393c6f0317cfd3808c66
Contents?: true
Size: 368 Bytes
Versions: 1
Compression:
Stored size: 368 Bytes
Contents
module TD::Types # Describes actions which should be possible to do through a chat action bar. class ChatActionBar < Base %w[ report_spam report_unrelated_location report_add_block add_contact share_phone_number ].each do |type| autoload TD::Types.camelize(type), "tdlib/types/chat_action_bar/#{type}" end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tdlib-ruby-2.2.0 | lib/tdlib/types/chat_action_bar.rb |