const github.com/gotd/td/tg.AccountGetWallPaperRequestTypeID
9 uses
github.com/gotd/td/tg (current package)
tl_account_get_wall_paper_gen.go#L50: const AccountGetWallPaperRequestTypeID = 0xfc8ddbea
tl_account_get_wall_paper_gen.go#L91: return AccountGetWallPaperRequestTypeID
tl_account_get_wall_paper_gen.go#L103: ID: AccountGetWallPaperRequestTypeID,
tl_account_get_wall_paper_gen.go#L123: b.PutID(AccountGetWallPaperRequestTypeID)
tl_account_get_wall_paper_gen.go#L146: if err := b.ConsumeID(AccountGetWallPaperRequestTypeID); err != nil {
tl_registry_gen.go#L1317: AccountGetWallPaperRequestTypeID: "account.getWallPaper#fc8ddbea",
tl_registry_gen.go#L3099: "account.getWallPaper": AccountGetWallPaperRequestTypeID,
tl_registry_gen.go#L4881: AccountGetWallPaperRequestTypeID: func() bin.Object { return &AccountGetWallPaperRequest{} },
tl_server_gen.go#L1384: s.handlers[AccountGetWallPaperRequestTypeID] = 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. |