mirror of
https://github.com/BushlanovDev/max-bot-api-client-php.git
synced 2026-08-23 13:00:35 +00:00
Added DataAttachment & LinkedMessage & Markups
This commit is contained in:
@@ -30,9 +30,6 @@ final class UserAddedToChatUpdateTest extends TestCase
|
||||
'is_bot' => false,
|
||||
'last_activity_time' => 1680000000,
|
||||
'username' => null,
|
||||
'description' => null,
|
||||
'avatar_url' => null,
|
||||
'full_avatar_url' => null,
|
||||
],
|
||||
'inviter_id' => 202,
|
||||
'is_channel' => false,
|
||||
@@ -64,9 +61,6 @@ final class UserAddedToChatUpdateTest extends TestCase
|
||||
'is_bot' => false,
|
||||
'last_activity_time' => 1680000001,
|
||||
'username' => null,
|
||||
'description' => null,
|
||||
'avatar_url' => null,
|
||||
'full_avatar_url' => null,
|
||||
],
|
||||
'inviter_id' => null,
|
||||
'is_channel' => true,
|
||||
|
||||
Reference in New Issue
Block a user