|
520 | 520 | * </tr> |
521 | 521 | * <tr> |
522 | 522 | * <td><p> CreateReaction</td> |
523 | | - * <td><p> Creates a reaction and adds it to a message. Only unicode emojis are supported. For an example, see [Add a reaction to a message](https://developers.google.com/workspace/chat/create-reactions). |
| 523 | + * <td><p> Creates a reaction and adds it to a message. For an example, see [Add a reaction to a message](https://developers.google.com/workspace/chat/create-reactions). |
524 | 524 | * <p> Requires [user authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user).</td> |
525 | 525 | * <td> |
526 | 526 | * <p>Request object method variants only take one parameter, a request object, which must be constructed before the call.</p> |
|
561 | 561 | * </tr> |
562 | 562 | * <tr> |
563 | 563 | * <td><p> DeleteReaction</td> |
564 | | - * <td><p> Deletes a reaction to a message. Only unicode emojis are supported. For an example, see [Delete a reaction](https://developers.google.com/workspace/chat/delete-reactions). |
| 564 | + * <td><p> Deletes a reaction to a message. For an example, see [Delete a reaction](https://developers.google.com/workspace/chat/delete-reactions). |
565 | 565 | * <p> Requires [user authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user).</td> |
566 | 566 | * <td> |
567 | 567 | * <p>Request object method variants only take one parameter, a request object, which must be constructed before the call.</p> |
@@ -4285,8 +4285,7 @@ public final UnaryCallable<DeleteMembershipRequest, Membership> deleteMembership |
4285 | 4285 |
|
4286 | 4286 | // AUTO-GENERATED DOCUMENTATION AND METHOD. |
4287 | 4287 | /** |
4288 | | - * Creates a reaction and adds it to a message. Only unicode emojis are supported. For an example, |
4289 | | - * see [Add a reaction to a |
| 4288 | + * Creates a reaction and adds it to a message. For an example, see [Add a reaction to a |
4290 | 4289 | * message](https://developers.google.com/workspace/chat/create-reactions). |
4291 | 4290 | * |
4292 | 4291 | * <p>Requires [user |
@@ -4323,8 +4322,7 @@ public final Reaction createReaction(MessageName parent, Reaction reaction) { |
4323 | 4322 |
|
4324 | 4323 | // AUTO-GENERATED DOCUMENTATION AND METHOD. |
4325 | 4324 | /** |
4326 | | - * Creates a reaction and adds it to a message. Only unicode emojis are supported. For an example, |
4327 | | - * see [Add a reaction to a |
| 4325 | + * Creates a reaction and adds it to a message. For an example, see [Add a reaction to a |
4328 | 4326 | * message](https://developers.google.com/workspace/chat/create-reactions). |
4329 | 4327 | * |
4330 | 4328 | * <p>Requires [user |
@@ -4358,8 +4356,7 @@ public final Reaction createReaction(String parent, Reaction reaction) { |
4358 | 4356 |
|
4359 | 4357 | // AUTO-GENERATED DOCUMENTATION AND METHOD. |
4360 | 4358 | /** |
4361 | | - * Creates a reaction and adds it to a message. Only unicode emojis are supported. For an example, |
4362 | | - * see [Add a reaction to a |
| 4359 | + * Creates a reaction and adds it to a message. For an example, see [Add a reaction to a |
4363 | 4360 | * message](https://developers.google.com/workspace/chat/create-reactions). |
4364 | 4361 | * |
4365 | 4362 | * <p>Requires [user |
@@ -4392,8 +4389,7 @@ public final Reaction createReaction(CreateReactionRequest request) { |
4392 | 4389 |
|
4393 | 4390 | // AUTO-GENERATED DOCUMENTATION AND METHOD. |
4394 | 4391 | /** |
4395 | | - * Creates a reaction and adds it to a message. Only unicode emojis are supported. For an example, |
4396 | | - * see [Add a reaction to a |
| 4392 | + * Creates a reaction and adds it to a message. For an example, see [Add a reaction to a |
4397 | 4393 | * message](https://developers.google.com/workspace/chat/create-reactions). |
4398 | 4394 | * |
4399 | 4395 | * <p>Requires [user |
@@ -4612,8 +4608,8 @@ public final UnaryCallable<ListReactionsRequest, ListReactionsResponse> listReac |
4612 | 4608 |
|
4613 | 4609 | // AUTO-GENERATED DOCUMENTATION AND METHOD. |
4614 | 4610 | /** |
4615 | | - * Deletes a reaction to a message. Only unicode emojis are supported. For an example, see [Delete |
4616 | | - * a reaction](https://developers.google.com/workspace/chat/delete-reactions). |
| 4611 | + * Deletes a reaction to a message. For an example, see [Delete a |
| 4612 | + * reaction](https://developers.google.com/workspace/chat/delete-reactions). |
4617 | 4613 | * |
4618 | 4614 | * <p>Requires [user |
4619 | 4615 | * authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user). |
@@ -4644,8 +4640,8 @@ public final void deleteReaction(ReactionName name) { |
4644 | 4640 |
|
4645 | 4641 | // AUTO-GENERATED DOCUMENTATION AND METHOD. |
4646 | 4642 | /** |
4647 | | - * Deletes a reaction to a message. Only unicode emojis are supported. For an example, see [Delete |
4648 | | - * a reaction](https://developers.google.com/workspace/chat/delete-reactions). |
| 4643 | + * Deletes a reaction to a message. For an example, see [Delete a |
| 4644 | + * reaction](https://developers.google.com/workspace/chat/delete-reactions). |
4649 | 4645 | * |
4650 | 4646 | * <p>Requires [user |
4651 | 4647 | * authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user). |
@@ -4675,8 +4671,8 @@ public final void deleteReaction(String name) { |
4675 | 4671 |
|
4676 | 4672 | // AUTO-GENERATED DOCUMENTATION AND METHOD. |
4677 | 4673 | /** |
4678 | | - * Deletes a reaction to a message. Only unicode emojis are supported. For an example, see [Delete |
4679 | | - * a reaction](https://developers.google.com/workspace/chat/delete-reactions). |
| 4674 | + * Deletes a reaction to a message. For an example, see [Delete a |
| 4675 | + * reaction](https://developers.google.com/workspace/chat/delete-reactions). |
4680 | 4676 | * |
4681 | 4677 | * <p>Requires [user |
4682 | 4678 | * authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user). |
@@ -4707,8 +4703,8 @@ public final void deleteReaction(DeleteReactionRequest request) { |
4707 | 4703 |
|
4708 | 4704 | // AUTO-GENERATED DOCUMENTATION AND METHOD. |
4709 | 4705 | /** |
4710 | | - * Deletes a reaction to a message. Only unicode emojis are supported. For an example, see [Delete |
4711 | | - * a reaction](https://developers.google.com/workspace/chat/delete-reactions). |
| 4706 | + * Deletes a reaction to a message. For an example, see [Delete a |
| 4707 | + * reaction](https://developers.google.com/workspace/chat/delete-reactions). |
4712 | 4708 | * |
4713 | 4709 | * <p>Requires [user |
4714 | 4710 | * authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user). |
|
0 commit comments