Sha256: 7f840d1f735fdfdbd6b169d6a38b9f4953e81ef0bec9be9d8b6f93d7da8e1453
Contents?: true
Size: 590 Bytes
Versions: 1
Compression:
Stored size: 590 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::Integer attribute :message_thread_id, TD::Types::Integer attribute :user_id, TD::Types::Integer attribute :action, TD::Types::ChatAction end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tdlib-schema-1.7.0.1 | lib/tdlib/types/update/user_chat_action.rb |