1 | /**
|
2 | * Webhook Type Definition
|
3 | * Webhook event definition of the LINE Messaging API
|
4 | *
|
5 | * The version of the OpenAPI document: 1.0.0
|
6 | *
|
7 | *
|
8 | * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
9 | * https://openapi-generator.tech
|
10 | * Do not edit the class manually.
|
11 | */
|
12 | export type Emoji = {
|
13 | /**
|
14 | * Index position for a character in text, with the first character being at position 0.
|
15 | */
|
16 | index: number;
|
17 | /**
|
18 | * The length of the LINE emoji string. For LINE emoji (hello), 7 is the length.
|
19 | */
|
20 | length: number;
|
21 | /**
|
22 | * Product ID for a LINE emoji set.
|
23 | */
|
24 | productId: string;
|
25 | /**
|
26 | * ID for a LINE emoji inside a set.
|
27 | */
|
28 | emojiId: string;
|
29 | };
|
30 | //# sourceMappingURL=emoji.d.ts.map |
\ | No newline at end of file |