Layer 224
MessageActionLoginUnknownLocation
Login from unknown location
constructor
messageActionLoginUnknownLocation#555555f5 title:string address:string = MessageAction;
Parameters
| Name | Type | Description |
|---|---|---|
| Title | string | Location title |
| Address | string | Location address |
Returns
MessageActionGogram Example
// Creating MessageActionLoginUnknownLocation constructor obj := &tg.MessageActionLoginUnknownLocation{ Title: "Hello, World!", Address: "Hello, World!", }