Layer 224
constructor
messageActionLoginUnknownLocation#555555f5 title:string address:string = MessageAction;

Parameters

Name Type Description
Title string Location title
Address string Location address

Returns

MessageAction

Gogram Example

// Creating MessageActionLoginUnknownLocation constructor
obj := &tg.MessageActionLoginUnknownLocation{
    Title: "Hello, World!",
    Address: "Hello, World!",
}