Sha256: fb69db1cec49ea601254d4b6acf152d091c8f32a4e0ab6e0da3f34fc0735a594
Contents?: true
Size: 370 Bytes
Versions: 3
Compression:
Stored size: 370 Bytes
Contents
module TD::Types # A chat's has_scheduled_messages field has changed. # # @attr chat_id [Integer] Chat identifier. # @attr has_scheduled_messages [Boolean] New value of has_scheduled_messages. class Update::ChatHasScheduledMessages < Update attribute :chat_id, TD::Types::Coercible::Integer attribute :has_scheduled_messages, TD::Types::Bool end end
Version data entries
3 entries across 3 versions & 1 rubygems