Sha256: 89433e578015c77aa4d218edb4e7c6890f1cfb18bfd01ecfa37d8b99638f15a9
Contents?: true
Size: 351 Bytes
Versions: 3
Compression:
Stored size: 351 Bytes
Contents
module TD::Types # The chat contains a public service announcement. # # @attr type [TD::Types::String] The type of the announcement. # @attr text [TD::Types::String] The text of the announcement. class ChatSource::PublicServiceAnnouncement < ChatSource attribute :type, TD::Types::String attribute :text, TD::Types::String end end
Version data entries
3 entries across 3 versions & 1 rubygems