const github.com/gotd/td/tg.AccountInitTakeoutSessionRequestTypeID

9 uses

	github.com/gotd/td/tg (current package)
		tl_account_init_takeout_session_gen.go#L75: const AccountInitTakeoutSessionRequestTypeID = 0x8ef3eab0
		tl_account_init_takeout_session_gen.go#L152: 	return AccountInitTakeoutSessionRequestTypeID
		tl_account_init_takeout_session_gen.go#L164: 		ID:   AccountInitTakeoutSessionRequestTypeID,
		tl_account_init_takeout_session_gen.go#L240: 	b.PutID(AccountInitTakeoutSessionRequestTypeID)
		tl_account_init_takeout_session_gen.go#L264: 	if err := b.ConsumeID(AccountInitTakeoutSessionRequestTypeID); err != nil {
		tl_registry_gen.go#L1309: 		AccountInitTakeoutSessionRequestTypeID:                                  "account.initTakeoutSession#8ef3eab0",
		tl_registry_gen.go#L3091: 		"account.initTakeoutSession":                                        AccountInitTakeoutSessionRequestTypeID,
		tl_registry_gen.go#L4873: 		AccountInitTakeoutSessionRequestTypeID:                                  func() bin.Object { return &AccountInitTakeoutSessionRequest{} },
		tl_server_gen.go#L1224: 	s.handlers[AccountInitTakeoutSessionRequestTypeID] = handler