Skip to content

bots.checkDownloadFileParams

Layer 225

Constructor ID: 0x50077589
Returns: Bool

Parameters

NameTypeDescription
botInputUser
file_namestring
urlstring

Example

go
result, err := client.Raw(&tg.CheckDownloadFileParamsRequest{
    bot: nil, // InputUser
    file_name: "",
    url: "",
})
if err != nil {
    panic(err)
}
print(result)

Released under the Apache-2.0 License.