Sha256: f0e8d6d2830abcaec579a0af56d614241d2a16ea2ff3c5635991e88bc6e3fe3a
Contents?: true
Size: 389 Bytes
Versions: 3
Compression:
Stored size: 389 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 invite_members 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
tdlib-schema-1.7.0.3 | lib/tdlib/types/chat_action_bar.rb |
tdlib-schema-1.7.0.2 | lib/tdlib/types/chat_action_bar.rb |
tdlib-schema-1.7.0.1 | lib/tdlib/types/chat_action_bar.rb |