Sha256: 3049d8f50bb2d0e2ba30d3b402825193f35672da451a96396cd0540a448b60fa
Contents?: true
Size: 327 Bytes
Versions: 2
Compression:
Stored size: 327 Bytes
Contents
module TD::Types # A chat voice chat state has changed. # # @attr chat_id [Integer] Chat identifier. # @attr voice_chat [TD::Types::VoiceChat] New value of voice_chat. class Update::ChatVoiceChat < Update attribute :chat_id, TD::Types::Coercible::Integer attribute :voice_chat, TD::Types::VoiceChat end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tdlib-schema-1.7.0.3 | lib/tdlib/types/update/chat_voice_chat.rb |
tdlib-schema-1.7.0.2 | lib/tdlib/types/update/chat_voice_chat.rb |