Sha256: 857dc6b7bcbfe9ac92129a6f3634ed22c55834447cc98c2606432a950414e0d3

Contents?: true

Size: 559 Bytes

Versions: 2

Compression:

Stored size: 559 Bytes

Contents

module TD::Types
  # The number of online group members has changed.
  # This update with non-zero count is sent only for currently opened chats.
  # There is no guarantee that it will be sent just after the count has changed.
  #
  # @attr chat_id [Integer] Identifier of the chat.
  # @attr online_member_count [Integer] New number of online members in the chat, or 0 if unknown.
  class Update::ChatOnlineMemberCount < Update
    attribute :chat_id, TD::Types::Coercible::Integer
    attribute :online_member_count, TD::Types::Coercible::Integer
  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_online_member_count.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/update/chat_online_member_count.rb