Sha256: 5faff675860b01dd7a5a6fbeded689179b350fe1f105bd965a87d3ec0ca70925
Contents?: true
Size: 623 Bytes
Versions: 2
Compression:
Stored size: 623 Bytes
Contents
module TD::Types # User activity in the chat has changed. # # @attr chat_id [Integer] Chat identifier. # @attr message_thread_id [Integer] If not 0, a message thread identifier in which the action was performed. # @attr user_id [Integer] Identifier of a user performing an action. # @attr action [TD::Types::ChatAction] The action description. class Update::UserChatAction < Update attribute :chat_id, TD::Types::Coercible::Integer attribute :message_thread_id, TD::Types::Coercible::Integer attribute :user_id, TD::Types::Coercible::Integer attribute :action, TD::Types::ChatAction end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tdlib-schema-1.7.0.3 | lib/tdlib/types/update/user_chat_action.rb |
tdlib-schema-1.7.0.2 | lib/tdlib/types/update/user_chat_action.rb |