Sha256: 99416b3e59f84ded99d2a5557b19a54fcc0346b4164699dda80ba58744fb9558
Contents?: true
Size: 390 Bytes
Versions: 4
Compression:
Stored size: 390 Bytes
Contents
module TD::Types # Describes a recently speaking participant in a group call. # # @attr participant_id [TD::Types::MessageSender] Group call participant identifier. # @attr is_speaking [Boolean] True, is the user has spoken recently. class GroupCallRecentSpeaker < Base attribute :participant_id, TD::Types::MessageSender attribute :is_speaking, TD::Types::Bool end end
Version data entries
4 entries across 4 versions & 1 rubygems