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

Version Path
tdlib-schema-1.7.0.4 lib/tdlib/types/group_call_recent_speaker.rb
tdlib-schema-1.7.0.3 lib/tdlib/types/group_call_recent_speaker.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/group_call_recent_speaker.rb
tdlib-schema-1.7.0.1 lib/tdlib/types/group_call_recent_speaker.rb