Sha256: 4f6eeb39c76ea24e115f4b1241c68bedfc1ce14c1f9e630b739298faf0f56263
Contents?: true
Size: 305 Bytes
Versions: 2
Compression:
Stored size: 305 Bytes
Contents
module TD::Types # A chat was blocked or unblocked. # # @attr chat_id [Integer] Chat identifier. # @attr is_blocked [Boolean] New value of is_blocked. class Update::ChatIsBlocked < Update attribute :chat_id, TD::Types::Coercible::Integer attribute :is_blocked, TD::Types::Bool 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_is_blocked.rb |
tdlib-schema-1.7.0.2 | lib/tdlib/types/update/chat_is_blocked.rb |