File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 9
9
//Example for telegram channel
10
10
11
11
$ ChatChannel ->name = 'Test Channel Telegram ' ;
12
- $ ChatChannel ->platform_id = 'e82d332c5649a5f911e569n69040697 ' ;
12
+ $ ChatChannel ->platformId = 'e82d332c5649a5f911e569n69040697 ' ;
13
13
14
14
// Channel details is a hash with name-value pairs indicating which channel details (and their respective data types)
15
15
// are required when creating a channel for this platform.
Original file line number Diff line number Diff line change 6
6
7
7
try {
8
8
9
- $ deleted = $ MessageBird ->chatcontacts ->delete ('4affa2345d7fb22e373921n524df5409 ' ); // Set a message id here
9
+ $ deleted = $ MessageBird ->chatcontacts ->delete ('4affa2345d7fb22e373921n524df5409 ' ); // Set a contact id
10
10
var_dump ('Deleted : ' . $ deleted );
11
11
12
12
} catch (\MessageBird \Exceptions \AuthenticateException $ e ) {
You can’t perform that action at this time.
0 commit comments