UpdateChatParticipantAdmin

---types---
updateChatParticipantAdmin#d7ca61a2 chat_id:long user_id:long is_admin:Bool version:int = Update

Belongs to

Update

In Rust this constructor is a variant of the enums::Update enum.
Match on it with: if let enums::Update::UpdateChatParticipantAdmin(v) = result { ... }

Parameters

chat_idlongrequired
user_idlongrequired
is_adminBoolrequired
versionintrequired