Sha256: 9f76cad90d86b22b41adab19f181a0f65b323f823e290b9c19ee3acf613eb2a2
Contents?: true
Size: 530 Bytes
Versions: 1
Compression:
Stored size: 530 Bytes
Contents
module TD::Types # Information about a group call participant was changed. # The updates are sent only after the group call is received through getGroupCall and only if the call is joined or # being joined. # # @attr group_call_id [Integer] Identifier of group call. # @attr participant [TD::Types::GroupCallParticipant] New data about a participant. class Update::GroupCallParticipant < Update attribute :group_call_id, TD::Types::Integer attribute :participant, TD::Types::GroupCallParticipant end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tdlib-schema-1.7.0.1 | lib/tdlib/types/update/group_call_participant.rb |