File tree Expand file tree Collapse file tree 1 file changed +5
-14
lines changed Expand file tree Collapse file tree 1 file changed +5
-14
lines changed Original file line number Diff line number Diff line change @@ -33,25 +33,11 @@ class ChatAction
33
33
*/
34
34
public const UPLOAD_VIDEO = 'upload_video ' ;
35
35
36
- /**
37
- * Record Audio chat action
38
- *
39
- * @deprecated Use ChatAction::RECORD_VOICE instead
40
- */
41
- public const RECORD_AUDIO = 'record_voice ' ;
42
-
43
36
/**
44
37
* Record Voice chat action
45
38
*/
46
39
public const RECORD_VOICE = 'record_voice ' ;
47
40
48
- /**
49
- * Upload Audio chat action
50
- *
51
- * @deprecated Use ChatAction::UPLOAD_VOICE instead
52
- */
53
- public const UPLOAD_AUDIO = 'upload_voice ' ;
54
-
55
41
/**
56
42
* Upload Voice chat action
57
43
*/
@@ -62,6 +48,11 @@ class ChatAction
62
48
*/
63
49
public const UPLOAD_DOCUMENT = 'upload_document ' ;
64
50
51
+ /**
52
+ * Choose Sticker chat action
53
+ */
54
+ public const CHOOSE_STICKER = 'choose_sticker ' ;
55
+
65
56
/**
66
57
* Find Location chat action
67
58
*/
You can’t perform that action at this time.
0 commit comments