tencentcloud-sdk-gme 3.0.491 → 3.0.492

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 171e54069557c21edcf4318f90a1ef2c8940f453
4
- data.tar.gz: fabec66e7d0968a7bf1a442349e72c594a75f254
3
+ metadata.gz: 8a3aa383d64c683022dcda637af29a0922cf62a2
4
+ data.tar.gz: 0a3219cb123e2d8502320a7deef020365cd23c39
5
5
  SHA512:
6
- metadata.gz: 2463358c40ac832bfcd3646662b4d6d3b835f180d004756d69e891beec0b56f7d65a114092f8fbb0d28b6fdd35b3cfd349784af056654b4e6cad38f19fbb266e
7
- data.tar.gz: 76bdde59ec8a6ce4a906562542bc8dff10fd9ecd4f03ba5d3a36488fae7ddcdd8e25f30136da7220f2f15d214142ed7ec98a066399c072d10814ca7d9f5b714e
6
+ metadata.gz: f94bf5032fa91078a15a6bc8af066dd65f53efda5e6dfaaf53aeb048680b33becfabd75b48004147c528399ac4a6e18619f696783f086d6fbfc21a98c3183b52
7
+ data.tar.gz: 4d681696e074d289fdeee9167b53e4f153634ab65b6a95e49c7b69186c7587af9a7fe59ca001d81a80010f29b4419f380ac162a07c07e9d3ff17c4888c19323b
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.491
1
+ 3.0.492
@@ -1413,7 +1413,7 @@ module TencentCloud
1413
1413
  end
1414
1414
  end
1415
1415
 
1416
- # 用户进出房间信息
1416
+ # 房间内的事件
1417
1417
  class InOutTimeInfo < TencentCloud::Common::AbstractModel
1418
1418
  # @param StartTime: 进入房间时间
1419
1419
  # @type StartTime: Integer
@@ -1747,19 +1747,24 @@ module TencentCloud
1747
1747
  # @param StrRoomId: 字符串房间id
1748
1748
  # 注意:此字段可能返回 null,表示取不到有效值。
1749
1749
  # @type StrRoomId: String
1750
+ # @param StrUins: 房间里用户字符串uin列表
1751
+ # 注意:此字段可能返回 null,表示取不到有效值。
1752
+ # @type StrUins: Array
1750
1753
 
1751
- attr_accessor :RoomId, :Uins, :StrRoomId
1754
+ attr_accessor :RoomId, :Uins, :StrRoomId, :StrUins
1752
1755
 
1753
- def initialize(roomid=nil, uins=nil, strroomid=nil)
1756
+ def initialize(roomid=nil, uins=nil, strroomid=nil, struins=nil)
1754
1757
  @RoomId = roomid
1755
1758
  @Uins = uins
1756
1759
  @StrRoomId = strroomid
1760
+ @StrUins = struins
1757
1761
  end
1758
1762
 
1759
1763
  def deserialize(params)
1760
1764
  @RoomId = params['RoomId']
1761
1765
  @Uins = params['Uins']
1762
1766
  @StrRoomId = params['StrRoomId']
1767
+ @StrUins = params['StrUins']
1763
1768
  end
1764
1769
  end
1765
1770
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-gme
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.491
4
+ version: 3.0.492
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-01-11 00:00:00.000000000 Z
11
+ date: 2023-01-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common