const github.com/gotd/td/tg.AccountUploadRingtoneRequestTypeID
9 uses
github.com/gotd/td/tg (current package)
tl_account_upload_ringtone_gen.go#L52: const AccountUploadRingtoneRequestTypeID = 0x831a83a2
tl_account_upload_ringtone_gen.go#L103: return AccountUploadRingtoneRequestTypeID
tl_account_upload_ringtone_gen.go#L115: ID: AccountUploadRingtoneRequestTypeID,
tl_account_upload_ringtone_gen.go#L143: b.PutID(AccountUploadRingtoneRequestTypeID)
tl_account_upload_ringtone_gen.go#L168: if err := b.ConsumeID(AccountUploadRingtoneRequestTypeID); err != nil {
tl_registry_gen.go#L1344: AccountUploadRingtoneRequestTypeID: "account.uploadRingtone#831a83a2",
tl_registry_gen.go#L3126: "account.uploadRingtone": AccountUploadRingtoneRequestTypeID,
tl_registry_gen.go#L4908: AccountUploadRingtoneRequestTypeID: func() bin.Object { return &AccountUploadRingtoneRequest{} },
tl_server_gen.go#L1887: s.handlers[AccountUploadRingtoneRequestTypeID] = 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. |