mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
956 B
956 B
title | description | nav_exclude | image |
---|---|---|---|
messageEntityBankCard | Indicates a credit card number | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: messageEntityBankCard
Indicates a credit card number
Attributes:
Name | Type | Required | Description |
---|---|---|---|
offset | int | Yes | Offset of message entity within message (in UTF-16 code units) |
length | int | Yes | Length of message entity within message (in UTF-16 code units) |
Type: MessageEntity
Example:
$messageEntityBankCard = ['_' => 'messageEntityBankCard', 'offset' => int, 'length' => int];