MadelineProto/docs/TD_docs/constructors/chatEventUsernameChanged.md

24 lines
518 B
Markdown
Raw Normal View History

2017-08-25 15:05:53 +02:00
---
title: chatEventUsernameChanged
2017-12-21 21:08:25 +01:00
description: Chat username was changed
2017-08-25 15:05:53 +02:00
---
## Constructor: chatEventUsernameChanged
[Back to constructors index](index.md)
2017-12-21 21:08:25 +01:00
Chat username was changed
2017-08-25 15:05:53 +02:00
### 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)