* The chat is a private or secret chat with a mutual contact and the user's phone number can be shared with the other user using the method sharePhoneNumber.
13
*/
14
class ChatActionBarSharePhoneNumber extends ChatActionBar
15
{
16
public const TYPE_NAME = 'chatActionBarSharePhoneNumber';
17
18
public function __construct()
19
{
20
parent::__construct();
21
}
22
23
public static function fromArray(array $array): ChatActionBarSharePhoneNumber