MadelineProtoDocs/docs/TD_docs/constructors/chatEventUsernameChanged.md
Daniil Gentili e5a1324684 docufix
2018-04-04 23:19:57 +00:00

25 lines
591 B
Markdown

---
title: chatEventUsernameChanged
description: Chat username was changed
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: chatEventUsernameChanged
[Back to constructors index](index.md)
Chat username was changed
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|old\_username|[string](../types/string.md) | Yes|Old username value|
|new\_username|[string](../types/string.md) | Yes|New username value|
### Type: [ChatEventAction](../types/ChatEventAction.md)