Skip to content

Commit b7df48e

Browse files
committed
Added support for the choose_sticker action in the method sendChatAction.
1 parent 922510f commit b7df48e

File tree

1 file changed

+5
-14
lines changed

1 file changed

+5
-14
lines changed

src/ChatAction.php

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -33,25 +33,11 @@ class ChatAction
3333
*/
3434
public const UPLOAD_VIDEO = 'upload_video';
3535

36-
/**
37-
* Record Audio chat action
38-
*
39-
* @deprecated Use ChatAction::RECORD_VOICE instead
40-
*/
41-
public const RECORD_AUDIO = 'record_voice';
42-
4336
/**
4437
* Record Voice chat action
4538
*/
4639
public const RECORD_VOICE = 'record_voice';
4740

48-
/**
49-
* Upload Audio chat action
50-
*
51-
* @deprecated Use ChatAction::UPLOAD_VOICE instead
52-
*/
53-
public const UPLOAD_AUDIO = 'upload_voice';
54-
5541
/**
5642
* Upload Voice chat action
5743
*/
@@ -62,6 +48,11 @@ class ChatAction
6248
*/
6349
public const UPLOAD_DOCUMENT = 'upload_document';
6450

51+
/**
52+
* Choose Sticker chat action
53+
*/
54+
public const CHOOSE_STICKER = 'choose_sticker';
55+
6556
/**
6657
* Find Location chat action
6758
*/

0 commit comments

Comments
 (0)