Class: TD::Types::GroupCallVideoSourceGroup

Inherits:
Base
  • Object
show all
Defined in:
lib/tdlib/types/group_call_video_source_group.rb

Overview

Describes a group of video synchronization source identifiers.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#semanticsTD::Types::String

The semantics of sources, one of "SIM" or "FID".



6
7
8
# File 'lib/tdlib/types/group_call_video_source_group.rb', line 6

def semantics
  @semantics
end

#source_idsArray<Integer>

The list of synchronization source identifiers.



6
7
8
# File 'lib/tdlib/types/group_call_video_source_group.rb', line 6

def source_ids
  @source_ids
end