Sha256: 7f6ceabfda810558d5485780a249bff4cc9b2730a8ef218ca9e2f424acfa9048
Contents?: true
Size: 245 Bytes
Versions: 4
Compression:
Stored size: 245 Bytes
Contents
module TD::Types # A non-standard action has happened in the chat. # # @attr text [String] Message text to be shown in the chat. class MessageContent::CustomServiceAction < MessageContent attribute :text, TD::Types::String end end
Version data entries
4 entries across 4 versions & 2 rubygems