MadelineProto/docs/TD_docs/constructors/updateNewMessage.md

25 lines
719 B
Markdown
Raw Normal View History

---
title: updateNewMessage
description: New message received, maybe outcoming message sent from other device
---
## Constructor: updateNewMessage
[Back to constructors index](index.md)
New message received, maybe outcoming message sent from other device
### Attributes:
| Name | Type | Required | Description |
2017-08-20 11:05:56 +02:00
|----------|---------------|----------|-------------|
2017-09-29 15:50:59 +02:00
|message|[message](../constructors/message.md) | Yes|New message|
|disable\_notification|[Bool](../types/Bool.md) | Yes|If true, notification about the message should be disabled|
2017-08-25 15:05:53 +02:00
|contains\_mention|[Bool](../types/Bool.md) | Yes|True, if the message contains mention of the current user|
### Type: [Update](../types/Update.md)