type: meya.cli.event.app.request
class: MeyaSdkAppRequestEvent
path: /meya/cli/event/app/request.py
signature: -
Fields
field  | signature  | required  | type  | default  | 
|---|---|---|---|---|
member_id  | ○  | ◉  | str  | |
thread_id  | ○  | ◉  | str  | |
app_id  | ○  | ○  | str  | |
app_name  | ○  | ◉  | str  | |
request_id  | ○  | ◉  | str  | |
template_repo_url  | ○  | ○  | str  | |
Examples
Data
{
    "type": "meya.cli.event.app.request", 
    "data": {
        "member_id": "STRING", 
        "thread_id": "STRING", 
        "app_id": "STRING", 
        "app_name": "STRING", 
        "request_id": "STRING", 
        "template_repo_url": "STRING"
    }
}