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
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 */
You can’t perform that action at this time.
0 commit comments