const github.com/gotd/td/tg.AccountInstallWallPaperRequestTypeID
9 uses
github.com/gotd/td/tg (current package)
tl_account_install_wall_paper_gen.go#L55: const AccountInstallWallPaperRequestTypeID = 0xfeed5769
tl_account_install_wall_paper_gen.go#L101: return AccountInstallWallPaperRequestTypeID
tl_account_install_wall_paper_gen.go#L113: ID: AccountInstallWallPaperRequestTypeID,
tl_account_install_wall_paper_gen.go#L137: b.PutID(AccountInstallWallPaperRequestTypeID)
tl_account_install_wall_paper_gen.go#L163: if err := b.ConsumeID(AccountInstallWallPaperRequestTypeID); err != nil {
tl_registry_gen.go#L1320: AccountInstallWallPaperRequestTypeID: "account.installWallPaper#feed5769",
tl_registry_gen.go#L3102: "account.installWallPaper": AccountInstallWallPaperRequestTypeID,
tl_registry_gen.go#L4884: AccountInstallWallPaperRequestTypeID: func() bin.Object { return &AccountInstallWallPaperRequest{} },
tl_server_gen.go#L1443: s.handlers[AccountInstallWallPaperRequestTypeID] = handler
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |