Skip to content

help.getAppUpdate

Layer 225

Constructor ID: 0x522d5a7d
Returns: AppUpdate

Parameters

NameTypeDescription
sourcestring

Example

go
result, err := client.Raw(&tg.GetAppUpdateRequest{
    source: "",
})
if err != nil {
    panic(err)
}
print(result)

Released under the Apache-2.0 License.