Class: Vk::API::Messages::Methods::RemoveChatUser
- Inherits:
-
Schema::Method
- Object
- Dry::Struct
- Schema::Method
- Vk::API::Messages::Methods::RemoveChatUser
- Defined in:
- lib/vk/api/messages/methods/remove_chat_user.rb
Overview
Allows the current user to leave a chat or, if the current user started the chat, allows the user to remove another user from the chat.
Arguments collapse
-
#chat_id ⇒ Integer
Chat ID.
-
#user_id ⇒ String
ID of the user to be removed from the chat.
Instance Method Summary collapse
Methods inherited from Schema::Method
Constructor Details
#initialize(arguments) ⇒ Messages::Methods::RemoveChatUser
|
# File 'lib/vk/api/messages/methods/remove_chat_user.rb', line 15
|